@font-face {
    font-family: 'RobotoRegular';
    src: url('../fonts/Roboto-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'RobotoLight';
    src: url('../fonts/Roboto-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'RobotoBold';
    src: url('../fonts/Roboto-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'RobotoBlack';
    src: url('../fonts/Roboto-Black.ttf') format('truetype');
}

@font-face {
    font-family: 'RobotoCondensedRegular';
    src: url('../fonts/RobotoCondensed-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'RobotoCondensedLight';
    src: url('../fonts/RobotoCondensed-Light.ttf') format('truetype');
}

html, body {
    /*margin: 0;
    padding: 0;
    width: 100%;
    font-family: 'RobotoRegular', sans-serif;
    font-size: 1.0em;
    color: #666666;
    text-align: left;
    line-height: normal;*/
    color: #666666;
    overflow-x: hidden;
}

#CustomFranchise {
    margin: 0;
    padding: 0 0 20px 0;
    margin-top: -50px;
    width: 100%;
    font-family: 'RobotoRegular', sans-serif;
    font-size: 16px;
    color: #666666;
    text-align: left;
    line-height: normal;
    /*color: #fff;*/
}
#CustomFranchise section {
    color: #666;
}
#CustomFranchise h1 {
    font-size: 2em;
}

#CustomFranchise h2 {
    font-size: 2.2em;
    font-family: 'RobotoBold', sans-serif;
    color: #004896;
}

#CustomFranchise h3 {
    font-size: 1.8em;
    font-family: 'RobotoBold', sans-serif;
}

#CustomFranchise h4 {
    font-size: 1.4em;
    padding-bottom: 10px;
    margin: 40px 0 20px;
    color: #666;
}

#CustomFranchise h4.blue {
    font-size: 1.4em;
    padding-bottom: 10px;
    margin: 40px 0 20px;
    color: #004896;
    border-bottom: 1px solid #c2c2c2;
}

#CustomFranchise h5 {
    font-size: 1.4em;
    padding-bottom: 10px;
    margin: 0 0 10px;
}

/*#CustomFranchise a {
     color: #666666; 
}*/

#CustomFranchise a:hover {
    text-decoration: none;
    color: #004896;
}

#CustomFranchise p {
    font-size: 1.0em;
    margin: 15px 0;
    line-height: 1.4em;
}

#CustomFranchise .franchise-content ul {
    list-style: none;
    padding-left: 0;
    text-align: left;
}

#CustomFranchise .franchise-content ul li {
    padding: 0 0 10px 0;
    display: flex;
    line-height: 1.2em;
}

#CustomFranchise .franchise-content li::before {
    content: "\f111";
    padding-right: 15px;
    color: #004896;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-size: 8px;
}

#CustomFranchise strong, #CustomFranchise .strong,
#CustomFranchise b, #CustomFranchise .b {
    font-family: 'RobotoBold', sans-serif;
    font-weight: normal;
    display: contents;
    color: #666;
}

#CustomFranchise .floatLeft {
    float: left;
}

#CustomFranchise .floatRight {
    float: right;
}

#CustomFranchise .noPadding {
    padding: 0;
}

#CustomFranchise img {
    max-width: 100%;
    width: auto;
}

#CustomFranchise .bg_gray {
    background: #ebebf0;
    padding: 50px 0;
}

#CustomFranchise .blue {
    color: #004896;
}

#CustomFranchise .colorPSB {
    color: #a8c64b;
}


#CustomFranchise .colorGroup {
    color: #5d876e;
}

#CustomFranchise .colorCooperation {
    color: #d2b860;
}

#CustomFranchise .colorBiznes {
    color: #9fb55b;
}

#CustomFranchise .colorContact {
    color: #415f81;
}

#CustomFranchise .colorShops {
    color: #668a9a;
}

#CustomFranchise .colorPartners {
    color: #0a76bf;
}

#CustomFranchise .textCenter {
    text-align: center;
}

#CustomFranchise .small {
    color: #a1a1a1;
    font-size: 1em;
}

#CustomFranchise .textBig {
    font-size: 5em;
    font-family: 'RobotoBlack', sans-serif;
    line-height: 1em;
}

#CustomFranchise .grid-container-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
}

#CustomFranchise .grid-container-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-bottom: 50px;
}

/* MENU HOME */

#CustomFranchise .menu {
    overflow: hidden;
    width: 100%;
    margin-top: 49px;
}

#CustomFranchise .menu a {
    color: #fff;
}

#CustomFranchise .menu a:hover {
    text-decoration: none;
    color: #fff;
}

#CustomFranchise .text {
    position: absolute;
}

#CustomFranchise .text h3 {
    font-size: 1.4em;
    font-family: 'RobotoBold', sans-serif;
    text-shadow: 2px 2px 4px #000000;
    padding: 0;
    margin: 0;
}

#CustomFranchise .box1 {
    background: url('../img/dlaczego_warto.jpg');
    background-size: cover;
    height: 240px;
}

@media (min-width:991px) {
    #CustomFranchise .box1 .text{
        top: 5%;
        left: 5%;
    }
}

#CustomFranchise .box2 {
    background: url('../img/opis_modelu_biznesowego.jpg');
    background-size: cover;
    height: 240px;
}

@media (min-width:991px) {
    #CustomFranchise .box2 .text{
        top: 70%;
        left: 5%;
    }
}

#CustomFranchise .box3 {
    background: url('../img/od_czego_zaczac.jpg');
    background-size: cover;
    height: 240px;
}

@media (min-width:991px) {
    #CustomFranchise .box3 .text{
        top: 85%;
        left: 5%;
    }
}

#CustomFranchise .box4 {
    background: url('../img/co_decyduje.jpg');
    background-size: cover;
    height: 240px;
}

@media (min-width:991px) {
    #CustomFranchise .box4 .text{
        top: 75%;
        left: 5%;
    }
}

#CustomFranchise .box5 {
    background: url('../img/rozpoczecie_wspolpracy.jpg');
    background-size: cover;
    height: 480px;
}

@media (min-width:991px) {
    #CustomFranchise .box5 .text{
        top: 90%;
        left: 5%;
    }
}

#CustomFranchise .box1:hover, #CustomFranchise .box2:hover, #CustomFranchise #CustomFranchise .box3:hover, #CustomFranchise .box4:hover, #CustomFranchise .box5:hover {
    transition: opacity 0.5s;
    opacity: 0.7;
}

/* #CustomFranchise .box1::after, #CustomFranchise .box2::after, #CustomFranchise .box3::after, #CustomFranchise .box4::after, #CustomFranchise .box5::after {
    content: '\f105';
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    bottom: 20px;
    right: 20px;
    position: absolute;
    font-size: 2em;
} */

#CustomFranchise .text-franchise {
    padding-top: 50px;
}

#CustomFranchise ol li {
    list-style: decimal;
}

#CustomFranchise ol {
    padding-left: 20px;
    line-height: 25px;
}

#CustomFranchise .panel-group h4 {
    margin: 0;
    padding: 0;
    font-size: 0.85em;
    font-weight: bold;
}

#CustomFranchise .panel-body {
    font-size: 0.85em;
}

#CustomFranchise .panel-group ol li::before {
    content: none;
}

#CustomFranchise .panel-group ol.lower-latin-style li {
    list-style-type: lower-latin;
}

#CustomFranchise .radio input[type="radio"] {
    position: absolute;
    opacity: 0;
}

#CustomFranchise .radio {
    margin: 2px 0 0 0;
    text-align: right;
}

#CustomFranchise .radio label {
    padding-left: 20px;
}

#CustomFranchise .agree-check {
    position: relative;
    width: auto;
    height: auto;
    margin: 0 7px 7px 0;
}

#CustomFranchise .radio input[type="radio"]:checked+.radio-label:before {
    background-color: #c2c2c2;
    box-shadow: inset 0 0 0 4px #f4f4f4;
}

#CustomFranchise .radio input[type="radio"]+.radio-label:before {
    content: '';
    background: #f4f4f4;
    border-radius: 100%;
    border: 1px solid #b4b4b4;
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    position: relative;
    top: 0em;
    margin-right: 1em;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
}

/*MENU RIGHT */

#CustomFranchise .rightNav {
    overflow: hidden;
}

#CustomFranchise .rightNav a.title {
    background: #618ebe;
    color: #fff;
    padding: 15px;
    display: block;
    font-size: 1.6em;
    font-family: 'RobotoBold', sans-serif;
}

#CustomFranchise .rightNav a.title:hover {
    color: #fff;
}

#CustomFranchise .rightNav ul li {
    border-bottom: 1px dotted #618ebe;
    padding: 10px 0 10px 15px;
    display: flex;
}

#CustomFranchise .rightNav li::before {
    content: "\f111";
    padding-right: 15px;
    color: #666666;
    font-family: FontAwesome;
    font-size: 0.4em;
}

#CustomFranchise .rightNav a {
    color: #666666;
    text-align: left;
    font-family: 'RobotoBold', sans-serif;
    padding: 0px 0;
    text-decoration: none;
    font-size: 0.9em;
}

#CustomFranchise .rightNav a:hover, #CustomFranchise .rightNav li:hover::before {
    color: #004896;
}

#CustomFranchise .rightNav a.active {
    color: #004896;
}

/* Form */

#CustomFranchise .formBox{
    margin: 50px 0;
}

#CustomFranchise .form {
    margin: 0 0 50px;
    background: #fbfbfb;
    border: 1px solid #c2c2c2;
    padding: 20px;
}

#CustomFranchise .form h4 {
    color: #666666;
    width: 100%;
    border-bottom: 1px solid #c2c2c2;
    font-size: 1em;
}

#CustomFranchise .form .marginTop {
    margin-top: 32px;
}

/* #CustomFranchise .form-group {
    margin: 20px 0;
    overflow: hidden;
} */

#CustomFranchise .BootField {
    margin-bottom:0;
}

#CustomFranchiseLogisticCompanyEmployeeGroup input:not([type=checkbox]):not(#submit):not([type=radio]) {
    outline: none;
    color: #666666;
    border: 1px solid #c2c2c2;
    padding: 10px;
    width: 100%;
    margin-bottom: 5px;
    margin-top: 2px;
    font-size: 0.9em;
    background: #fff;
}

#CustomFranchise .BootField.Failure input:not([type=checkbox]):not(#submit):not([type=radio]),
#CustomFranchise .BootField.Failure textarea {
    border-color: #DD0000;
}

#CustomFranchise .BootField.Failure .checkbox {
    color: #DD0000;
}

#CustomFranchise input[type="number"] {
    -moz-appearance: textfield;
}

/*#CustomFranchise label {
    margin-top: 0;
    font-size: 0.9em;
    color: #666666;
    font-weight: normal;
    padding-left: 0;
}*/

#CustomFranchise .control-label {
    margin-top: 10px;
    font-size: 0.9em;
    color: #666666;
    font-weight: normal;
}

#CustomFranchise .btn {
    background: #004896;
    border: 1px solid #004896;
    color: #fff;
    padding: 10px 20px;
    border-radius: 0;
    margin: 0 auto;
    text-align: center;
    display: block;
    font-size: 1.4em;
    font-family: 'RobotoBold', sans-serif;
}

#CustomFranchise .btn:hover {
    background: #fff;
    border: 1px solid #004896;
    color: #004896;
    transition: 0.8s;
}

#CustomFranchise .search {
    width: 100%;
    position: relative;
    margin: 0 0 15px;
    display: inline-block;
}

#CustomFranchise .searchTerm {
    float: left;
    width: 100%;
    border: 3px solid #415f81;
    padding: 5px;
    outline: none;
    color: #9DBFAF;
    margin: 0;
}

#CustomFranchise .searchTerm:focus {
    color: #415f81;
}

#CustomFranchise .searchButton {
    position: absolute;
    right: 0;
    margin-top:2px;
    width: 40px;
    height: 39px;
    border: 1px solid #415f81;
    background: #415f81;
    text-align: center;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
}
#CustomFranchise .wrap {
    width: 30%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media (min-width:992px) {
    #CustomFranchise .rightNav .fixed-nav {
        position: fixed;
    }
}

/* MARKETS */

#CustomFranchise .markets {
    margin: 50px 0;
}

#CustomFranchise .marketsRightBox {
    transform: translate(0%, 20%);
    position: absolute;
    top: 20%;
}

#CustomFranchise .marketsRightBox .small{
    font-size: 1.2em;
    margin: 0;
}

#CustomFranchise .markets .col-md-3 {
    width: 30%;
}

#CustomFranchise .markets .col-md-6 {
    width: 40%;
    border-left: 2px solid #004896;
    border-right: 2px solid #004896;
}

/* LOGISTIC */

#CustomFranchise .logistic {
    margin: 0 0 50px;
}

#CustomFranchise .logisticRightBox {
    font-size: 1.4em;
    font-family: 'RobotoBold', sans-serif;
    margin: 50px 0;
}

#CustomFranchise .logistic h2 {
    border-bottom: 1px solid #004896;
    padding-bottom: 20px;
    margin: 50px 0 20px;
}

#CustomFranchise .logisticRightBox .small {
    color: #b8b8b8;
    font-size: 1em;
    margin: 0;
    text-transform: uppercase;
}

#CustomFranchise .logisticRightBox .city {
    font-size: 1.4em;
    color: #004896;
    margin: 5px 0;
    text-transform: uppercase;
    line-height: 0.15em;
}

#CustomFranchise .logisticRightBox .number {
    color: #fec700;
    font-size: 2.2em;
    font-weight: bold;
}

#CustomFranchise .logisticRightBox .number span {
    color: #fec700;
    font-size: 0.6em;
}

#CustomFranchise .group {
    margin: 0;
}

#CustomFranchise .groupRightBox {
    font-size: 1.4em;
    margin: 10px 0;
}

#CustomFranchise .groupRightBox .imgTel {
    margin: 5px 15px 10px 0;
    float:left;
}
#CustomFranchise .groupRightBox .small {
    color: #a1a1a1;
    font-size: 0.7em;
    margin: 0;
}
#CustomFranchise .groupRightBox .small.region {
    font-size: 0.6em;
}
#CustomFranchise .groupRightBox .tel {
    font-size: 1.2em;
    color: #004896;
    margin: 5px 0;
    font-family: 'RobotoBold', sans-serif;
    line-height: 1.0em;
}
#CustomFranchise #js_CompanyEmployeeSearchResult.Loading {
    text-align: center;
}

/* COUNT */

#CustomFranchise .boxCount {
    float: left;
    margin-left: 25px;
}

#CustomFranchise .count {
    margin: 50px 0 0;
    display: inline-block;
}

#CustomFranchise .icon {
    float: left;
    width: 80px;
}

#CustomFranchise .icon img {
    margin-top: 10px;
}

#CustomFranchise .boxCenter {
    margin: 0 auto;
    display: table;
}

#CustomFranchise #counter {
    font-size: 2.8em;
    color: #004896;
    font-family: 'RobotoBold', sans-serif;
    margin: 0;
    line-height: normal;
}

#CustomFranchise #counter .counterValue {
    font-size: 1.1em;
    color: #004896;
    font-family: 'RobotoBold', sans-serif;
}

#CustomFranchise .boxCount .title {
    font-size: 2.8em;
    color: #004896;
    font-family: 'RobotoBold', sans-serif;
    margin: 0;
    line-height: normal;
}

#CustomFranchise .boxCount .subTitle {
    font-size: 1.4em;
    color: #004896;
    text-transform: uppercase;
    font-family: 'RobotoBold', sans-serif;
    margin: 0;
}

#CustomFranchise .boxCount .text {
    font-size: 0.8em;
    color: #a1a1a1;
    margin: 0;
    line-height: 1.2em;
}

/* PAGES */

#CustomFranchise h2.title {
    margin: 0 0 50px 0;
    font-family: 'RobotoRegular', sans-serif;
}

#CustomFranchise h2.title img {
    margin-right: 20px;
}

#CustomFranchise .boxInfo {
    background: #ebebf0;
    padding: 20px;
    overflow: hidden;
    font-family: 'RobotoCondensedLight', sans-serif;
    font-size: 1.2em;
}

#CustomFranchise .boxInfo p {
    font-size: 1.0em;
    text-align: left;
    margin: 17px 0 0;
    font-family: 'RobotoCondensedLight', sans-serif;
}
#CustomFranchise .boxInfo p b {
    color: #004896;
}

#CustomFranchise .boxInfo p.title-0 {
    font-size: 1.2em;
    text-align: left;
    margin: 7px 0 0 0;
    font-family: 'RobotoCondensedRegular', sans-serif;
}

#CustomFranchise .boxInfo p.title-10 {
    font-size: 1.2em;
    text-align: left;
    margin: 7px 0 0 10%;
    font-family: 'RobotoCondensedRegular', sans-serif;
}
#CustomFranchise .boxInfo p.title-20 {
    font-size: 1.2em;
    text-align: left;
    margin: 7px 0 0 20%;
    font-family: 'RobotoCondensedRegular', sans-serif;
}
#CustomFranchise .boxInfo p.title-30 {
    font-size: 1.2em;
    text-align: left;
    margin: 7px 0 0 7%;
    font-family: 'RobotoCondensedRegular', sans-serif;
}


#CustomFranchise .boxInfo .textSmall {
    font-size: 2.5em;
    font-family: 'RobotoBlack', sans-serif;
}


#CustomFranchise .media {
    padding: 20px;
    background: #ebebf0;
}

#CustomFranchise .media-left {
    font-size: 4em;
    padding: 0 10px;
}


/*OWL*/

#CustomFranchise .gallery-item {
    position: relative;
    margin: 20px 0 50px;
}

#CustomFranchise .gallery-item img {
    opacity: 1;
    transition: opacity 0.35s;
    height: 350px;
    object-fit: cover;
}

#CustomFranchise .gallery-item a::after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 72, 150, 0.3);
    background-position: center;
    background-repeat: no-repeat;
}

#CustomFranchise .gallery-item a:hover::after {
    background-color: rgba(0, 72, 150, 0);
    background-image: url(../img/zoom.png);
    transition: 0.35s;
}

#CustomFranchise .owl-prev {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

#CustomFranchise .owl-next {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

#CustomFranchise .owl-next::before {
    content: '\f105';
    font-family: FontAwesome;
    font-size: 5em;
    color: #fff;
    margin-right: 20px;
}

#CustomFranchise .owl-prev::before {
    content: '\f104';
    font-family: FontAwesome;
    font-size: 5em;
    color: #fff;
    margin-left: 20px;
}

/* GALLERY */

#CustomFranchise .img-gallery {
    margin: 20px 0;
    display: inline-block;
    width: 100%;
}

#CustomFranchise .img-gallery p {
    color: #004896;
    background: #fff;
    position: absolute;
    width: 100%;
    z-index: 1;
}

#CustomFranchise .franchise-image-gallery,
#CustomFranchise .gallery-img {
    margin: 15px 0;
    float: left;
    width: 100%;
}

#CustomFranchise .franchise-image-gallery img,
#CustomFranchise .gallery-img img {
    opacity: 1;
    transition: opacity 0.35s;
    height: 250px;
    width: 100%;
    object-fit: cover;
}

#CustomFranchise .gallery-img a::before {
    position: absolute;
    content: "";
    top: 15px;
    bottom: 15px;
    left: 15px;
    right: 15px;
    background-color: rgba(0, 72, 150, 0.3);
    background-position: center;
    background-repeat: no-repeat;
}

#CustomFranchise .gallery-img a:hover::before {
    background-color: rgba(0, 72, 150, 0);
    background-image: url(../img/zoom.png);
    transition: 0.35s;
}

/*FOOTER*/

#CustomFranchise footer {
    height: 200px;
    background: grey;
}

#CustomFranchise .container {
    margin-top: 50px;
    margin-bottom: 50px;
}

@media (min-width:1280px) {
    #CustomFranchise .container {
        width: 1380px;
    }
}

@media (max-width:1490px) {
    #CustomFranchise .positionCenter h3 {
        font-size: 1.2em;
    }
}

@media (max-width:1280px) {
    #CustomFranchise .boxInfo p {
        margin: 0;
    }
    #CustomFranchise .form .marginTop {
        margin-top: 66px;
    }
    #CustomFranchise h2.title {
        margin: 20px auto;
        font-family: 'RobotoRegular', sans-serif;
        display: inline-block;
        font-size: 1.8em;
    }
    #CustomFranchise .form {
        padding: 0 0 10px 0;
    }
    #CustomFranchise .form .marginTop {
        margin-top: 49px;
    }

    #CustomFranchise .marketsRightBox{
        top:0;
        transform: translate(0%, 0%);
    }
}

@media (max-width:990px) {
    #CustomFranchise .box1, #CustomFranchise .box2, #CustomFranchise .box3, #CustomFranchise .box4, #CustomFranchise .box5 {
        min-height: 80px;
        height: auto;
        padding: 55px;
        display: block;
    }
    #CustomFranchise .box1::after, #CustomFranchise .box2::after, #CustomFranchise .box3::after, #CustomFranchise .box4::after, #CustomFranchise .box5::after {
        font-size: 1.2em;
    }
    #CustomFranchise .positionCenter img {
        float: left;
        width: 10%;
        margin: 0 20px 0 0;
    }
    #CustomFranchise .positionCenter h3 br {
        display: none;
    }
    #CustomFranchise .markets .col-md-3, #CustomFranchise .markets .col-md-6 {
        width: 100%;
        border: 0;
    }
    #CustomFranchise .form .marginTop {
        margin-top: 0;
    }
    #CustomFranchise .marketsRightBox {
        text-align: center;
        top: 0;
        position: relative;
        transform: unset;
    }
    #CustomFranchise .count {
        margin: 30px auto;
        display: table;
    }
    #CustomFranchise .boxCenter {
        margin: 30px auto;
    }
    #CustomFranchise .boxInfo p.title-30, #CustomFranchise .boxInfo p.title-20, #CustomFranchise .boxInfo p.title-10, #CustomFranchise .boxInfo p.title-0{
        margin: 7px auto;
        text-align: center;
    }
}

@media (max-width:768px) {
    #CustomFranchise .grid-container-2, #CustomFranchise .grid-container-3 {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-column-gap: 30px;
    }
    #CustomFranchise .boxInfo, #CustomFranchise .boxInfo p {
        text-align: center;
    }
    #CustomFranchise .rightnav {
        margin-top: 50px;
    }
    #CustomFranchise h2.title {
        margin: 20px auto;
        font-family: 'RobotoRegular', sans-serif;
        display: inline-block;
        font-size: 1.3em;
    }
    #CustomFranchise h2.title img {
        float: left;
    }
    #CustomFranchise .positionCenter {
        top: 10%;
        left: 10%;
        position: absolute;
        transform: translate(0, 0);
        width: 85%;
    }
}

@media (max-width:420px) {
    #CustomFranchise .icon {
        width: 100%;
        float: none;
        text-align: center;
    }
    #CustomFranchise .boxCount {
        width: 100%;
        margin: 0;
        text-align: center;
    }
    #CustomFranchise .positionCenter img {
        float: none;
        margin: 0 0 10px 0;
    }
    #CustomFranchise .positionCenter {
        top: 10%;
        left: 0;
        position: absolute;
        transform: translate(0, 0);
        width: 100%;
        text-align: center;
    }
    #CustomFranchise .positionCenter h3 {
        padding: 0 20px;
    }
    #CustomFranchise .box1::after, #CustomFranchise .box2::after, #CustomFranchise .box3::after, #CustomFranchise .box4::after, #CustomFranchise .box5::after{
        display: none;
    }
}
#CustomFranchise .franchise-breadcrumb {
    font-size: 0.9em;
}