<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,800,300);
@import url(https://fonts.googleapis.com/css?family=Muli);
@import url('https://fonts.googleapis.com/css?family=Satisfy');
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600&amp;display=swap');

html {
    overflow-x: hidden;
}


body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: subpixel-antialiased;
    line-height: 25px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-image: url(../images/bg.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-color: #ffffff;
}
.blink {
    animation: blinker 2s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

@media screen and (max-width: 768px) {
    body {
        font-size: 14px;
    }
}

/*#section1 {
    background-image: url('../images/bg1.png');
    background-size: cover;
    background-color: #fcfcfc;
    color: #6b6b6b;
}

#section2 {
    background-image: url('../images/bg3.png');
    background-size: cover;
    background-color: #fcfcfc;
    color: #6b6b6b;
}

#section3 {
    background-color: #fdeed2;
}

#section4 {
    background-image: url('../images/bg4.png');
    background-size: cover;
    background-color: #fcfcfc;
    color: #6b6b6b;
}

#section5 {
    background-image: url('../images/bg2.png');
    background-size: cover;
    background-color: #fcfcfc;
    color: #6b6b6b;
}

#section6 {
    background-color: #d9e2ff;
}

#section7 {
    background-image: url('../images/bg5.png');
    background-size: cover;
    background-color: #fcfcfc;
    color: #6b6b6b;
}*/

.daveticerik {
    min-height: 600px;
    /* box-shadow: 0 0 35px #5b3eb0; */
    background-color: #ffffffe6;
    border-radius: 30px;
    padding: 35px;
}



@media screen and (max-width: 768px) {
    .daveticerik {
        background-color: transparent !important;
    }

    .navbar-bg, .menubuttom {
        margin: unset !important;
    }
}

#kurullar {
    background-color: #fff;
    color: #6b6b6b;
}

section {
    padding: 40px 0;
}

@media screen and (max-width: 768px) {
    .Onemli-Tarih {
        margin-right: 0 !important;
    }

    .duyurular {
        flex-wrap: wrap;
    }
}

.Onemli-Tarih {
    background-color: #cd0800;
    color: #fff;
    font-weight: bold;
}

.swiper-bg {
    border: 1px solid #cd0800;
    background-color: #d5d5d552;
    color: #003a68;
}

.arrow {
    color: #cd0800;
    font-size: 25px;
}

.navbar {
    /* padding: 0 1rem !important; */
}

.nav-link {
    font-size: 14px;
    font-weight: bold;
    padding: 0.9rem 1rem !important;
}

@media (max-width: 1366px) {
    .nav-link {
        font-size: 14px;
        font-weight: bold;
        padding: 0.4rem 0.45rem !important;
    }
}


.navbar-brand img {
    margin-bottom: 5px;
}

.navbar-light .navbar-toggler {
    border: none;
}

.navbar-bg, .menubuttom {
    margin: 15px 100px;
}

.navbar-box {
    background-color: #ffffff;
    border-radius: 25px;
}

.navbar-light .navbar-nav .nav-link, .menubuttom a {
    color: #997efb !important;
    font-weight: bold;
}

    .navbar-light .navbar-nav .active &gt; .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show &gt; .nav-link {
        color: #365b75 !important;
        background-color: #FFFFFF !important;
        font-weight: 700;
    }

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: #dedede !important;
}

.info-section {
    background-color: #f4f4f4;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%23191d34' fill-opacity='0.1' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");
    border-bottom: 1px solid #d0d0d0;
}

.footer-section {
    background-color: #3f3f3f;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%23ffffff' fill-opacity='0.08' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");
    /*background-image: url("../images/footer-bg.png");
	background-position: center;
	background-size: cover;*/
}

.ticker div {
    font-weight: bold;
}

.baslik {
    font-weight: bold;
    font-size: 2.2rem;
    border-bottom: 1px solid #f0c7d7;
    text-align: center;
    padding: 0 0 10px 0;
    margin-bottom: 50px;
    color: #f38eb5;
}

.altbaslik {
    font-weight: bold;
    color: #ff230f;
    text-align: left,
}

.genelbaslik {
    font-weight: bold;
    color: #ff230f;
    text-align: center;
}


.sol-baslik {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    background-color: #cd0800;
    color: #ffffff;
    padding: 11px 0;
    height: 46px
}

#duyuru li {
    color: #000 !important;
    background: #FFFFFF;
    overflow: hidden;
    padding: 30px 10px;
    line-height: 30px;
    list-style: none;
    text-align: left;
    border-bottom: 1px solid #c0c0c0;
    border-left: 4px solid #851012;
}

    #duyuru li:nth-child(even) {
        border-left: 4px solid #334284;
    }

        #duyuru li:nth-child(even) span {
            color: #334284;
        }

    #duyuru li:hover {
        background: #F2F2F2;
    }

    #duyuru li span {
        font-weight: bold;
        color: darkred;
    }



.sayacyazi {
    color: #fff;
    font-size: 18px;
}

#cd-day {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}

#cd-hr {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}

#cd-min {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}

#cd-sec {
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}



.centerbar {
    /*background-size:cover;*/
    position: absolute;
    background-color: transparent;
    margin-top: -70px;
    left: 150px;
}


@media (max-width: 1024px) {
    .centerbar {
        margin-top: -140px;
    }
}

@media (max-width: 900px) {
    .centerbar {
        line-height: 15px;
        margin-top: -505px;
        left: 0;
    }

    .hummingbird {
        display: none;
    }

    .sayacyazi {
        font-size: 11px !important;
    }

    #cd-day {
        font-size: 13px !important;
    }

    #cd-hr {
        font-size: 13px !important;
    }

    #cd-min {
        font-size: 13px !important;
    }

    #cd-sec {
        font-size: 13px !important;
    }
}

.gradyan {
    background-image: -webkit-gradient(linear,left top,right top,from(#ff8a00),to(#da1b60));
    background-image: linear-gradient(to right,#ff8a00,#da1b60);
}

.konaklamatablo tr td {
    border: none;
    text-align: center;
}

.konaklamatablotd {
    background-color: #efefef;
    color: #191d34;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.kktablo {
    border-collapse: separate;
    border-spacing: 3px;
}

    .kktablo tr td, .kktablo tr th {
        font-size: 13px;
        text-align: center;
        padding: 7px;
        border: 1px solid transparent;
        border-radius: 8px;
    }

    .kktablo tr:nth-child(1) {
        background-color: #375a73;
        color: #fff;
        font-weight: bold;
    }

    .kktablo tr {
        background-color: #bbddc5;
    }

        .kktablo tr th:nth-child(1) {
            font-weight: bold;
        }



.banka tr td {
    padding: 5px;
    border: 1px solid #fff !important;
}

.banka tr {
    background-color: #f7f7f7 !important;
}

@media screen and (max-width: 441px) {
    .flip-clock-wrapper {
        width: 70%
    }

    .flip-clock-divider.minutes .flip-clock-label {
        margin-top: 77px;
    }

    .flip-clock-divider.seconds .flip-clock-label {
        margin-top: 77px;
    }

    .minutes {
        margin-left: 16px;
    }
}

@media screen and (max-width: 375px) {
    .flip-clock-wrapper {
        width: 80%
    }
}



.kurullartablo tr {
    vertical-align: top;
}

    .kurullartablo tr td {
        border: none !important;
    }

.gun.active, .gun:focus {
    background: #efefef !important;
    color: #20335a !important;
    font-weight: 800;
}

.gun {
    color: #20335a !important;
    font-weight: 800;
}

.bannerg {
    border-radius: 25px;
}

#bilimsel-program {
    font-size: 15px;
    font-family: 'Noto Sans', sans-serif;
}

/*.nav-tabs .nav-link {
    background-color: #7f6a9c;
    color: #fff;
}

    .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
        color: fff !important;
    }

.nav-link.active {
    color: #482975 !important;
}*/

h5 {
    font-weight: bold;
    color: #ff230f !important;
}

.kayittab tr td {
    padding: 0 3px;
    font-weight: bold;
    border: 1px solid #fff !important;
}

.kayittab tr:nth-child(1) {
    text-align: center;
    background-color: #c93daf;
    color: #fff;
}

.kayittab tr:nth-child(3), .kayittab tr:nth-child(2) {
    text-align: center;
    background-color: #e4eaff;
    color: #482975;
}


.konaklamatab tr td {
    padding: 0 3px;
    font-weight: bold;
    border: 1px solid #fff !important;
}

.konaklamatab tr:nth-child(1), .konaklamatab tr:nth-child(2) {
    text-align: center;
    background-color: #c93daf;
    color: #fff;
}

.konaklamatab tr:nth-child(3) {
    text-align: center;
    background-color: #e4eaff;
    color: #482975;
}

.konaklamatab tr td:nth-child(2) {
    text-align: center;
    vertical-align: middle;
}

.bankatab tr td {
    padding: 0 3px;
    border: 1px solid #fff !important;
}

    .bankatab tr td:nth-child(1) {
        background-color: #c93daf;
        color: #fff;
    }

    .bankatab tr td:nth-child(2) {
        background-color: #e4eaff;
        color: #482975;
    }

.custom-btn {
    color: #fff;
    border-radius: 5px;
    padding: 10px 25px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    box-shadow: inset 2px 2px 2px 0px rgba(255,255,255,.5), 7px 7px 20px 0px rgba(0,0,0,.1), 4px 4px 5px 0px rgba(0,0,0,.1);
    outline: none;
}

/* 8 */
.btn-8 {
    background-color: #f0ecfc;
    background-image: linear-gradient(315deg, #8f6ef3 0%, #0023b3 74%);
    line-height: 42px;
    padding: 0px;
    border: none;
}

    .btn-8 span {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
    }

    .btn-8:before,
    .btn-8:after {
        position: absolute;
        content: "";
        right: 0;
        bottom: 0;
        background: #c797eb;
        /*box-shadow:  4px 4px 6px 0 rgba(255,255,255,.5),
              -4px -4px 6px 0 rgba(116, 125, 136, .2), 
    inset -4px -4px 6px 0 rgba(255,255,255,.5),
    inset 4px 4px 6px 0 rgba(116, 125, 136, .3);*/
        transition: all 0.3s ease;
    }

    .btn-8:before {
        height: 0%;
        width: 2px;
    }

    .btn-8:after {
        width: 0%;
        height: 2px;
    }

    .btn-8:hover:before {
        height: 100%;
    }

    .btn-8:hover:after {
        width: 100%;
    }

    .btn-8:hover {
        background: transparent;
    }

    .btn-8 span:hover {
        color: #c797eb;
    }

    .btn-8 span:before,
    .btn-8 span:after {
        position: absolute;
        content: "";
        left: 0;
        top: 0;
        background: #c797eb;
        /*box-shadow:  4px 4px 6px 0 rgba(255,255,255,.5),
              -4px -4px 6px 0 rgba(116, 125, 136, .2), 
    inset -4px -4px 6px 0 rgba(255,255,255,.5),
    inset 4px 4px 6px 0 rgba(116, 125, 136, .3);*/
        transition: all 0.3s ease;
    }

    .btn-8 span:before {
        width: 2px;
        height: 0%;
    }

    .btn-8 span:after {
        height: 2px;
        width: 0%;
    }

    .btn-8 span:hover:before {
        height: 100%;
    }

    .btn-8 span:hover:after {
        width: 100%;
    }

#DateCountdown {
    width: 430px;
    height: 120px;
    padding: 0px;
    box-sizing: border-box;
    margin: 0 auto;
}

@media screen and (max-width:480px) {
    #DateCountdown {
        width: 325px;
        height: 90px;
        padding: 0px;
        box-sizing: border-box;
        margin: 0 auto;
    }

        #DateCountdown h4 {
            font-size: 13px !important;
            margin-top: -5px !important;
        }
}

.ajanda-bg {
    background-image: url(../images/ajanda-bg.jpg) !important;
    background-position: center center !important;
    background-repeat: repeat !important;
    background-attachment: fixed !important;
    border-bottom: 1px dotted #65b9c9;
    padding: 90px 0;
}

.ajanda {
    border-radius: 20px;
    padding: 39px 0;
    background-color: #fff;
    width: 24%;
    border: 2px solid #e3020d;
    position: relative;
}

@media screen and (max-width:768px) {
    .ajanda {
        width: 48%;
        margin: 40px 0 30px 3px;
    }
}

.ajanda .ajandaIkon {
    background: #e3020d;
    color: #fff;
    padding: 20px;
}

.ajanda:hover .ajandaIkon {
    background: #f7b03c;
}

.ajanda .ajandaIkon {
    display: inline-block;
    width: 60px;
    height: 60px;
    text-align: center;
    margin: -152px 0px 20px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
}

.ajanda-baslik {
    color: #e3020d;
    font-weight: bold;
    font-size: 21px;
    padding: 10px 0;
    min-height: 71px;
    text-decoration: none;
}

/*contact button*/
.contact-button {
    font-family: inherit;
    font-size: 18px;
    background: linear-gradient(to bottom, #4dc7d9 0%,#66a6ff 100%);
    color: white;
    padding: 0.8em 1.2em;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 25px;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s;
}

    .contact-button:hover {
        transform: translateY(-3px);
        box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.3);
    }

    .contact-button:active {
        transform: scale(0.95);
        box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    }

    .contact-button span {
        display: block;
        margin-left: 0.4em;
        transition: all 0.3s;
    }

    .contact-button svg {
        width: 18px;
        height: 18px;
        fill: white;
        transition: all 0.3s;
    }

    .contact-button .svg-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0.2);
        margin-right: 0.5em;
        transition: all 0.3s;
    }

    .contact-button:hover .svg-wrapper {
        background-color: rgba(255, 255, 255, 0.5);
    }

    .contact-button:hover svg {
        transform: rotate(45deg);
    }


/*contact button*/


/**/
:root {
    --white: #fff;
    --main-color: #4aae03;
}

.cbtn {
    color: var(--white);
    background: #0396ae;
    font-family: "Raleway", sans-serif;
    font-size: 22px;
    font-weight: 700;
    text-transform: capitalize;
    padding: 4px 12px;
    border-radius: 30px 30px;
    border: none;
    position: relative;
    overflow: hidden;
    margin: 0 10px;
    transition: all 0.3s ease-in-out;
    z-index: 1;
}

    .cbtn:hover {
        color: #0396ae;
        box-shadow: 0 0 8px rgba(0,0,0,0.5);
        text-decoration: none;
    }

    .cbtn:before {
        content: "";
        background: var(--white);
        transform: skewX(-45deg) scale(0, 1);
        position: absolute;
        top: 0;
        left: -20%;
        bottom: 0;
        right: -20%;
        transition: all 0.5s;
        z-index: -1;
    }

    .cbtn:hover:before {
        transform: skewX(-45deg) scale(1, 1);
    }

@media only screen and (max-width: 767px) {
    .cbtn {
        margin-bottom: 30px;
    }
}
/*PROGRAM*/

#program tbody tr:nth-child(1) {
    display: none !important;
}

#program th, #program td {
    border: 2px solid #fff;
    vertical-align: middle !important;
}

#program th {
    width: 15%;
    text-align: center;
}

#program td {
    width: 85%;
}
/*OTURUM*/
tr.session.ARK-1392DDBD-DBFE-4EE0-AAC3-955E9EBCD270,
tr.session.ARK-afe240b4-f3a1-4c59-9645-22e9c5517499,
tr.session.ARK-9e20c2f1-80f6-4ff6-b03c-10a017bb9b71 {
    background-color: #f7f5fd !important;
}

/*ALT OTURUM*/
tr.subsession.ARK-1392DDBD-DBFE-4EE0-AAC3-955E9EBCD270,
tr.subsession.ARK-afe240b4-f3a1-4c59-9645-22e9c5517499,
tr.subsession.ARK-9e20c2f1-80f6-4ff6-b03c-10a017bb9b71 {
    background-color: #f7f5fd !important;
}

/*ARA*/

tr.session.ARK-4191ff0b-04ca-4b71-9c31-b629af6f14ba {
    background-color: #fff57f !important;
}

tr.session.ARK-CB188527-A1E6-46CB-A25B-630BFB032FF4 {
    background-color: #eee6fd !important;
    color: #000000;
}
/*UYDU*/
tr.session.ARK-557f8fe7-18cd-4fb0-aca4-b1ed94588f02 {
    background-color: #ffd2d2 !important
}

tr.session.ARK-63678789-931c-47df-b860-98fce83b898c,
tr.session.ARK-18110881-8c4e-499a-99aa-17a132a1b9c9 {
    background-color: #ffc7b3;
}


    tr.session.ARK-63678789-931c-47df-b860-98fce83b898c .officers strong,
    tr.session.ARK-18110881-8c4e-499a-99aa-17a132a1b9c9 .officers strong,
    tr.session.ARK-557f8fe7-18cd-4fb0-aca4-b1ed94588f02 .officers strong {
        display: none !important;
    }

/*PROGRAM*/


.anabaslik h1 {
    text-align: center;
    font-size: 24px;
    font-weight: 300;
    color: #a188f9;
    letter-spacing: 1px;
    font-weight: bold;
    display: grid;
    grid-template-columns: 1fr max-content 1fr;
    grid-template-rows: 27px 0;
    grid-gap: 20px;
    align-items: center;
}

    .anabaslik h1:after, .anabaslik h1:before {
        content: " ";
        display: block;
        border-bottom: 1px solid #a188f9;
        border-top: 1px solid #a188f9;
        height: 5px;
        background-color: #f8f8f8;
    }

/* Genel bilgiler tasar�m ba�lar */

.col-md-1.icon {
    width: 10% !important;
}

.col-md-11.icon {
    width: 90% !important;
}

.icon {
    background-color: #f38eb5;
    color: #fff;
    text-align: center;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    font-size: 1.5rem;
}

.icon-text {
    font-size: 35px;
}

.genel-baslik {
    background-color: #e9e4fb;
    color: #f38eb5;
    font-size: 18px;
    font-weight: bold;
    padding: 5px 15px;
    border-top-right-radius: 20px;
}

.genel-box {
    background-color: #e9e4fb;
    border-top: 1px solid #ededed;
    padding: 5px 15px;
    border-bottom-right-radius: 20px;
}

/* Genel bilgiler tasar�m biter */

#scientific_program tr:nth-child(1) &gt; th,
.hall {
    display: none !important;
}

#scientific_program th {
    vertical-align: middle !important;
    width: 15%;
    text-align: center;
}

#scientific_program td {
    width: 85%;
}

.session {
    border-top: 5px solid #fff;
}

tr.session.ARK-1392DDBD-DBFE-4EE0-AAC3-955E9EBCD270 {
    background-color: #c4e4ff;
}

tr.subsession.ARK-1392DDBD-DBFE-4EE0-AAC3-955E9EBCD270 {
    background-color: #e8f3fc;
}

tr.session.ARK-CB188527-A1E6-46CB-A25B-630BFB032FF4,
tr.session.ARK-cc39a039-4bb9-4fcf-bbbe-e001ebf1210f {
    background-color: #eee6fd;
}

tr.session.ARK-8fc59544-da8a-4ed3-97a6-50405d255888 {
    background-color: #eee6fd;
}

tr.session.ARK-a7e14a6b-65cb-4e9e-8ec4-bc7934aabda9 {
    background-color: #eee6fd;
}

tr.session.ARK-d6c708cf-1f0f-49f9-9f4d-7685a94eba12 {
    background-color: #f7f5fd;
}

tr.subsession.ARK-d6c708cf-1f0f-49f9-9f4d-7685a94eba12 {
    background-color: #f7f5fd;
}

tr.session.ARK-dad29257-cc73-4451-aa7c-21cf883d69e5 {
    background-color: #f7f5fd;
}

tr.session.ARK-80e22d7c-85a5-474f-97f5-a67b26558fd0 {
    background-color: #f7f5fd;
}

tr.session.ARK-61454367-954d-4231-8910-b846eceb6926, tr.session.ARK-06426e81-b7f9-403a-ac84-d0c1703a6584 {
    background-color: #f7f5fd;
}

tr.session.ARK-df453179-9160-492f-837e-51792ce9184a {
    background-color: #f7f5fd;
}

tr.subsession.ARK-df453179-9160-492f-837e-51792ce9184a {
    background-color: #f7f5fd;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ffffff !important;
    background-color: #7157a4 !important;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
    color: #ffffff !important;
    background-color: #7157a4c4 !important;
}

tr.session.ARK-d6c708cf-1f0f-49f9-9f4d-7685a94eba12 th {
    color: transparent;
    user-select: none;
}

.subsession .officers strong,
tr.session.ARK-90dcfe86-b89f-493b-b4ba-42ccb4c01a92 .officers strong {
    display: none !important;
}

tr.session.ARK-90dcfe86-b89f-493b-b4ba-42ccb4c01a92 {
    background-color: #c4e4ff;
}

tr.session.ARK-56405baf-236f-4cd1-a07a-25d63cb5ed58 {
    background-color: beige;
    position: relative;
}

tr.session.ARK-f9e69e1a-7231-419a-b210-ee1a317bd0d4 {
    background-color: #f7f5fd;
}


@media (max-width: 991px) {

    #scientific_program th {
        width: 25%;
    }

    #scientific_program td {
        width: 75%;
    }

    #scientific_program {
        font-size: 14px;
    }

    .icerik {
        padding: 0 !important;
    }

    .uydu {
        position: relative !important;
        margin: 0 !important;
        width: 100px !important;
        transform: translateX(20px);
    }

    .table td, .table th {
        padding: 5px 0 !important;
    }
}
</pre></body></html>