.clearfix:before,
.clearfix:after {
    content: '.';
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

#vtg-bg-wrap {
    background-image: url(https://www.dieselworldmag.com/wp-content/uploads/2023/01/dw-readers-rides-truck-of-the-month-bg2.jpg);
    background-repeat: no-repeat;
    background-size: cover;

    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    margin-top: 0;
    margin-bottom: 30px;
    color: #000000;
}

#vtg-bg-wrap:after {
    /*position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    display: block;
    width: 100%;
    height: inherit;
    background-image: linear-gradient(90deg, #000000 0%, #7D7D7E 100%);
    opacity: 0.83;
    content: " ";*/
}

.vtg-content {
    position: relative;
    z-index: 4;
}

.ctnr-pdg {
    padding: 3em 0;
}

.vtg-left .vtg-left-pdg {
    padding: 1em;
}

.vtg-right .vtg-right-pdg {
    padding: 1em;
}

.vtg-hdg {
    font-family: inherit;
    color: #000000;
    font-size: 2.5em;
    line-height: 1.3;
    font-weight: 700;
    margin: 0 0 0.5em 0;
}

.vtg-hdg-sub {
    font-family: inherit;
    color: #000000;
    font-size: 1.5em;
    line-height: 1.3;
    font-weight: 700;
    margin: 0 0 0.7em 0;
}

.vtg-ul-ck {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.vtg-ul-ck li {
    margin: 0 0 1em 0;
    padding: 0;
    list-style-type: none;
    color: #000000;
    font-size: 1.1em;
}

.check-icon {
    color: #000000;
    font-size: 1.3em;
    font-variant: 700;
}

.vtg-form-bg {
    background-color: #0a0a0a;
    border: 2px solid rgba(247, 247, 247, 1.00);
}

.vtg-form {
    padding: 1em 2em 2em 2em;
    width: -webkit-fill-available;
}

.vtg-form label {
    font-size: 0.8em;
    line-height: 1.2;
    margin-bottom: 0em;
    color: #FFFFFF;
    padding-left: 0.75rem;
}

.vtg-form input[type="text"],
.vtg-form input[type="file"],
.vtg-form input[type="email"],
.vtg-form input[type="number"] {
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border: 1px solid #4E4E4E;
    padding: 0.55rem 0.75rem;
}

.vtg-form textarea {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border: 1px solid #4E4E4E;
    padding: 0.55rem 0.75rem;
}

.vtg-form input[type="text"]::-webkit-input-placeholder,
.vtg-form input[type="file"]::-webkit-input-placeholder,
.vtg-form input[type="email"]::-webkit-input-placeholder,
.vtg-form input[type="number"]::-webkit-input-placeholder,
.vtg-form textarea::-webkit-input-placeholder {
    color: #292929;
    opacity: 1;
}

.vtg-form input[type="text"]::-moz-placeholder,
.vtg-form input[type="file"]::-moz-placeholder,
.vtg-form input[type="email"]::-moz-placeholder,
.vtg-form input[type="number"]::-moz-placeholder,
.vtg-form textarea {
    color: #292929;
    opacity: 1;
}

.vtg-form input[type="text"]::-ms-input-placeholder,
.vtg-form input[type="file"]::-ms-input-placeholder,
.vtg-form input[type="email"]::-ms-input-placeholder,
.vtg-form input[type="number"]::-ms-input-placeholder,
.vtg-form textarea::-ms-input-placeholder {
    color: #292929;
    opacity: 1;
}

.vtg-form input[type="text"]::placeholder,
.vtg-form input[type="file"]::placeholder,
.vtg-form input[type="email"]::placeholder,
.vtg-form input[type="number"]::placeholder,
.vtg-form textarea::placeholder {
    color: #292929;
    opacity: 1;
}

.vtg-form input[type="submit"] {
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
}

.vtg-form input,
.vtg-form textarea {
    margin-top: 1em
}

.vtg-form input[type="checkbox"] {
    margin: 0.3em 0.53em 3em 0;
    float: left;
}

.vtg-form input[type="file"] {
    cursor: pointer;
    display: block;
    width: 100%;
    font-size: 0.75rem;
    padding: 0.375rem 0.75rem;
    margin-top: 0.2em;
    line-height: 1.2;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #4E4E4E;
}

.site-content.sidebar-disabled.post-sidebar-disabled .cs-container {
    padding-right: 0;
    padding-left: 0;
}

@media (min-width:768px) {
    .vtg-left {
        float: left;
        width: 65%;
    }

    .vtg-right {
        float: right;
        width: 35%;
    }

    .ctnr-pdg .vtg-left-pdg {
        padding: 1em 2em 1em 0;
    }

    .ctnr-pdg .vtg-right-pdg {
        padding: 1em 0 1em 2em;
    }
}

.cs-container {
    max-width: inherit;
}

.site-content.sidebar-disabled.post-sidebar-disabled {
    margin: 0px;
}

.ctnr-pdg {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 600px) {
    .ctnr-pdg {
        max-width: 600px;
    }
}

@media (min-width: 720px) {
    .ctnr-pdg {
        max-width: 720px;
    }
}

@media (min-width: 1020px) {
    .ctnr-pdg {
        max-width: 1020px;
    }
}

@media (min-width:1200px) {
    .ctnr-pdg {
        max-width: 1200px;
    }
}

.error {
    color: #dc3232;
    font-size: 0.8em;
    font-weight: normal;
    display: block;
    margin-bottom: 0.7em;
    line-height: 1.2;
}

.rrbt-img {
    max-width: 100%;
    float: left;
    margin-right: 0.9em;
}

@media (min-width:768px) {
    .tom_box {
        display: grid;
        gap: 0px 0%;
        grid-template-columns: 2fr 1fr;
        margin-bottom: 1.5em;
    }

    .tom_box-inr {
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        user-select: none;
        padding: 0;
    }
}

@media (max-width:767px) {
    .tom_box {
        width: 100%;
    }
}

.tom_box>.tom_box-inr:last-child {
    background-color: rgba(54, 92, 193, 0.85);
}

.tom_box-inr-pdg {
    padding: 1.5em;
}

.tom_box-inr-bg-drk {
    background-color: rgba(0, 0, 0, 0.80);
}

.tom_box-inr-bg-lgt {
    background-color: rgba(255, 255, 255, 0.70);
}

.cb-module-desc h4 {
    font-size: 15px;
    font-weight: 600;
    color: #b1acac;
    margin-top: -1.5em;
}

.cb-module-desc {
    margin-bottom: 3em
}

.cb-post-sub-title {
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: 400;
    margin: 0 0 5px;
    font-family: 'Montserrat', sans-serif;
}

.vote-sub .vote-sub-btn {
    width: 80%;
    transition: all 0.35s ease;
    display: table;
    height: 60px;
    line-height: 40px;
    color: #000;
    letter-spacing: 2px;
    border: 2px solid #000;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    background: transparent;
    margin: 30px auto 0px auto;
}

.vote-btn-div {
    text-align: right;
    margin: 0;
}

.vote-btn {
    text-align: center;
    width: 100%;
    background-color: #ed222b;
    color: #FFFFFF;
    padding: 0;
    border: none;
    display: block;
    font-weight: 700;
    position: relative;
}

.vote-btn label {
    color: #FFFFFF !important;
}

.vote-sub .vote-sub-btn :hover {
    background-color: #000 !important;
    color: #FFF !important;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: 0;
    width: 100%;
    height: 35px;
    opacity: 0;
    cursor: pointer;
}

[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
    cursor: pointer;
    line-height: 1.5;
    display: inline-block;
    color: #FFFFFF;
    width: 100%;
    height: 35px;
    padding-top: 0.4em;
    margin-bottom: 0;
}



@media (max-width:767px) {
    .cb-module-desc {
        padding: 0 10px;
        margin-bottom: 2em
    }

    .cb-module-desc p {
        font-size: .9em;
    }

    .vote-btn-div {
        text-align: center;
    }
}

.black {
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.4;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1001;
}

.vote-popup {
    width: 42%;
    background: #FFFFFF;
    border: 1px solid #000000;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 90px;
    text-align: center;
    position: fixed;
    z-index: 1002;
    transition: 750ms all;
    vertical-align: middle;

}

@media (max-width:767px) {
    .bt-pnl .vote-popup {
        position: fixed;
    }
}

.vote-popup input.hs-button.primary.large,
.link-popup input.hs-button.primary.large {
    width: auto;
    display: block;
    height: auto;
    margin: auto;
    line-height: 100%;
    color: #fff;
    background-color: #cc262b;
}

.vote-popup .img,
.link-popup .img {
    margin: 0 auto;
    text-align: center;
    width: 90%;
}

.vote-popup .img img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

.cross {
    font-size: 100%;
    border-radius: 200%;
    border: 3px solid #000000;
    padding: 0px 1.5%;
    color: #000000;
    position: relative;
    float: left;
    top: -15px;
    left: 98%;
    font-weight: bolder;
    /*    display: none;*/
    background: #fff;
    cursor: pointer;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.link-popup {
    width: 80%;
    height: 400px;
    background: #FFFFFF;
    border: 1px solid #000000;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50px;
    text-align: center;
    position: fixed;
    z-index: 1002;
    transition: 750ms all;
}

.link-popup iframe {
    height: 400px;
}

@media (min-width:1200px) {
    .mrg-t2e .link-popup {
        width: 80%;
        height: 550px;
    }

    .mrg-t2e .link-popup iframe {
        height: 550px;
    }
}

@media (max-width:400px) {
    .mrg-t2e .link-popup {
        width: 80%;
        height: 450px;
    }

    .mrg-t2e .link-popup iframe {
        height: 450px;
    }
}

.cross1 {
    font-size: 15px;
    line-height: 1.5;
    border-radius: 50%;
    border: 3px solid #000000;
    padding: 0;
    color: #000000;
    position: absolute;
    height: 30px;
    width: 30px;
    float: right;
    top: -15px;
    right: -15px;
    font-weight: bolder;
    /*    display: none;*/
    background: #fff;
    cursor: pointer;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.frm-submit-btn {
    margin-top: 12px;
}

.sub-teg {
    margin: 5px 0 0;
    font-size: 0.65em;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.sub-teg div {
    border: 1px solid #e9e9e9;
    color: #484848;
    font-weight: 700;
    padding: 3px 7px;
    display: inline-block;
    margin: 5px 5px 0 0;
    -webkit-transition: .35s all ease;
    -transition: .35s all ease;
    transition: .35s all ease;
}

.sub-teg div span {
    color: #484848;
    font-weight: 500;
}

.sign-up-ck {
    text-align: left;
    padding: 0.5em 0 1em 0;
}

.sign-up-ck a {
    text-decoration: underline;
}

.error,
.error1 {
    color: #e41319;
}

.disp {
    margin-top: 1em;
}

.disp label {
    text-align: left;
    display: block;
}

.disp input.disp-inpt {
    width: 100%;
    float: left;
    margin: 0;
    outline: none;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    border: 1px solid #CCCCCC;
    line-height: 1.42857143;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.box-sd {
    margin-bottom: 2.5em;
    box-shadow: -2px 0px 7px 3px #d1d1d1;
    -webkit-box-shadow: -2px 0px 7px 3px #d1d1d1;
    -moz-box-shadow: -2px 0px 7px 3px #d1d1d1;
    -khtml-box-shadow: -2px 0px 7px 3px #d1d1d1;
}


.mrg-t2e {
    margin-top: 2em;
}

.bt-pnl h2.cb-post-title {
    margin: 0.5em 0 0.35em 0;
    font-size: 1em;
    line-height: 1.2;
    font-weight: 600;
}

.cb-excerpt {
    margin-top: 0.5em;
}

.extra_msg {
    text-align: left;
    margin-top: 1em;
}

.extra_msg h2 {
    margin: 1em 0 0 0;
    font-size: 1.9em;
}

.frm-div .error {
    font-size: 1.5em;
    font-style: italic;
}

.frm-div .error1 {
    font-size: 1em;
    font-style: italic;
}

.discptn-b {
    font-size: 0.9em;
    line-height: 1.2;
    margin: 0.7em 0 0.2em 0;
    font-style: italic;
}

.discptn-b:hover {
    color: #000000;
}

a:hover .discptn-b {
    color: #000000;
}

a .discptn-b:hover {
    color: #000000;
}

.cb-meta2 a:hover {
    color: #000000;
}

@media (min-width:768px) {
    .wrap-mini {
        width: 750px;
        margin: 0 auto;
    }

    .cb-col-pdg {
        padding-right: 1em;
    }

    .cb-col-pdg:nth-child(2n) {
        padding-left: 1em;
        padding-right: 0;
    }

    .cb-mask2 a {
        display: flex;
    }
}

@media only screen and (min-width:481px) {
    .cb-module-e .cb-mask2 {
        width: 35%;
        float: left
    }

    .cb-module-e .cb-meta2 {
        padding-left: 4%;
        width: 65%;
        float: left;

    }
}

@media only screen and (max-width:480px) {
    .cb-meta2 {
        padding: 0.3em 1em 0.7em 1em;

    }
}

@media (max-width:767px) {
    .form .box-sd {
        margin: 1.5em 1.5em 2.5em 1.5em;
    }
}

@media only screen and (min-width:1150px) {
    /*.trk-h-img{
            height: 180px !important;
        }*/
}

@media only screen and (min-width:481px) {
    .cb-col-1 {
        width: 100%
    }

    .cb-col-2 {
        width: 100%
    }

    .cb-col-3 {
        width: 100%
    }

    .cb-col-4 {
        width: 33.33333333%
    }

    .cb-col-5 {
        width: 100%
    }

    .cb-col-6 {
        width: 50%
    }

    .cb-col-7 {
        width: 100%
    }

    .cb-col-8 {
        width: 66.66666666%
    }

    .cb-col-9 {
        width: 100%
    }

    .cb-col-10 {
        width: 100%
    }

    .cb-col-11 {
        width: 100%
    }

    .cb-col-12 {
        width: 100%
    }

    .cb-col-1,
    .cb-col-2,
    .cb-col-3,
    .cb-col-4,
    .cb-col-5,
    .cb-col-6,
    .cb-col-7,
    .cb-col-8,
    .cb-col-9,
    .cb-col-10,
    .cb-col-11,
    .cb-col-12 {
        float: left
    }

    .cb-col:nth-of-type(1) {
        padding-right: 20px
    }

    .cb-col:nth-of-type(2) {
        padding-left: 20px
    }
}

/*div#cboxCurrent {
        display: none !important;
    }
    #cboxPrevious{display: none !important;}
    #cboxNext{display: none !important;}*/
@media only screen and (max-width: 1019px) and (min-width: 481px) {
    .cb-module-e .cb-meta2 {

        width: 100%;
        float: none;
    }

    .cb-module-e .cb-mask2 {
        width: 100%;
        float: none;
    }
}

.wrap-mini {
    text-align: center;
}

@media (max-width: 600px) {
    .vote-popup {
        width: 80%;
    }
}




.cb-module-desc h4 {
    font-size: 15px;
    font-weight: 600;
    color: #b1acac;
}

.cb-module-desc {
    margin-bottom: 3em
}

.cb-post-sub-title {
    font-size: 13px;
    letter-spacing: 2px;
    font-weight: 400;
    margin: 0 0 5px;
    font-family: 'Montserrat', sans-serif;
    line-height: 1;
}

.cb-img-fw a:hover img {
    opacity: 1 !important;
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

.cb-blog-style-b .progress {
    height: 30px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    margin-bottom: 15px;
    overflow: visible;
    position: relative;
    margin-top: 1em;
    width:85%;
    float:left;
}

.progress .progress-bar {
    border-radius: 15px;
    box-shadow: none;
    position: relative;
    animation: animate-positive 2s;
    background: #ed222b;
}

.progress .progress-icon,
.progress .progress-value {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 33px;
    background: #000;
    border: 3px solid #000;
    font-size: 15px;
    font-weight: 500;
    color: #ed222b;
    position: absolute;
    top: -12px;
    right: 7x;
}

.progress .progress-icon {
    right: auto;
    left: -5px;
}

@-webkit-keyframes animate-positive {
    0% {
        width: 0;
    }
}

@keyframes animate-positive {
    0% {
        width: 0;
    }
}

@media (max-width:767px) {
    .cb-module-desc {
        margin-bottom: 2em
    }

    .cb-module-desc p {
        font-size: .9em;
    }

    .progress {
        margin: 0;
    }

    .tnk-module .tnk-meta {
        margin: 1em 0.3em;
    }

    .progress {
        margin-top: 1.5em;
    }
}

.tnk-module .tnk-mask {
    line-height: 0;
}

.tnk-mask {
    margin: 0;
    position: relative;
    overflow: hidden;
}

@media only screen and (min-width: 481px) {
    .tnk-module .tnk-mask {
        width: 17.6666%;
        float: left;
    }
}

@media only screen and (min-width: 1200px) {
    .tnk-module .tnk-meta {
        padding-left: 30px;
    }
}

@media only screen and (min-width: 481px) {
    .tnk-module .tnk-meta {
        padding-left: 4%;
        width: 82.3334%;
        float: left;
    }
}


.black {
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.4;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1001;
}

.vote-popup {
    width: 42%;
    background: #FFFFFF;
    border: 1px solid #000000;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 75px;
    text-align: center;
    position: fixed;
    z-index: 1002;
    transition: 750ms all;
}

@media (max-width:767px) {
    .bt-pnl .vote-popup {
        position: fixed;
    }
}

.vote-popup input.hs-button.primary.large,
.link-popup input.hs-button.primary.large {
    width: auto;
    display: block;
    height: auto;
    margin: auto;
    line-height: 100%;
    color: #fff;
    background-color: #cc262b;
}

.vote-popup .img,
.link-popup .img {
    margin: 0 auto;
    text-align: center;
    width: 90%;
}

.vote-popup .img img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

.cross {
    font-size: 100%;
    border-radius: 100%;
    border: 3px solid #000000;
    padding: 0px 1.5%;
    color: #000000;
    position: relative;
    float: left;
    top: -15px;
    left: 98%;
    font-weight: bolder;
    /*    display: none;*/
    background: #fff;
    cursor: pointer;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.extra_msg {
    text-align: left;
    margin-top: 1em;
}

.extra_msg h2 {
    margin: 0.5em 0;
    font-size: 1.5em;
}

.frm-div .error {
    font-size: 1.5em;
    font-style: italic;
}

.error,
.error1 {
    color: #e41319;
}

@media (min-width:768px) {
    .cb-col-pdg {
        padding-right: 1em;
    }

    .cb-col-pdg:nth-child(2n) {
        padding-left: 1em;
        padding-right: 0;
    }
}


@media only screen and (min-width:481px) {
    .cb-col-1 {
        width: 100%
    }

    .cb-col-2 {
        width: 100%
    }

    .cb-col-3 {
        width: 100%
    }

    .cb-col-4 {
        width: 33.33333333%
    }

    .cb-col-5 {
        width: 100%
    }

    .cb-col-6 {
        width: 50%
    }

    .cb-col-7 {
        width: 100%
    }

    .cb-col-8 {
        width: 66.66666666%
    }

    .cb-col-9 {
        width: 100%
    }

    .cb-col-10 {
        width: 100%
    }

    .cb-col-11 {
        width: 100%
    }

    .cb-col-12 {
        width: 100%
    }

    .cb-col-1,
    .cb-col-2,
    .cb-col-3,
    .cb-col-4,
    .cb-col-5,
    .cb-col-6,
    .cb-col-7,
    .cb-col-8,
    .cb-col-9,
    .cb-col-10,
    .cb-col-11,
    .cb-col-12 {
        float: left
    }

    .cb-col:nth-of-type(1) {
        padding-right: 20px
    }

    .cb-col:nth-of-type(2) {
        padding-left: 20px
    }
}

/*EXTRA*/
@media only screen and (min-width: 1200px) .cb-wrap-pad {
    padding-right: 30px;
    padding-left: 30px;
}

@media only screen and (min-width: 1200px) .wrap,
.cb-wrap-off #cb-content {
    width: 1200px;
}

@media only screen and (min-width: 1020px) .wrap,
.cb-wrap-off #cb-content {
    width: 990px;
}

@media only screen and (min-width: 768px) .cb-wrap-pad {
    padding-right: 20px;
    padding-left: 20px;
}

@media only screen and (min-width: 768px) .wrap,
.cb-wrap-off #cb-content {
    max-width: none;
    width: 750px;
}

@media only screen and (min-width: 481px) .wrap,
.cb-wrap-off #cb-content {
    max-width: 720px;
}

.wrap,
.cb-wrap-off #cb-content {
    width: 100%;
    margin: 0 auto;
}

@media only screen and (min-width: 768px) .cb-sidebar-right .cb-main {
    float: left;
}

@media only screen and (min-width: 1200px) .cb-main {
    width: 750px;
    margin-top: 30px;
}

@media only screen and (min-width: 768px) .cb-main {
    margin-top: 20px;
}

@media only screen and (min-width: 768px) .cb-main {
    width: 460px;
}

.cb-module-block {
    margin-bottom: 40px;
}


@media only screen and (min-width: 768px) .cb-separated,
.cb-module-block .cb-separated {
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.cb-separated,
.cb-module-block .cb-separated {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dotted #ddd;
}

.clearfix {
    zoom: 1;
}

@media only screen and (min-width: 1200px) .cb-separated {
    padding-bottom: 40px;
    margin-bottom: 40px;
}

@media (max-width: 600px) {
    .vote-popup {
        width: 80%;
    }
}

.cb-module-e .cb-meta2 a{
    text-decoration: none;
}
.cb-column .cb-post-title {
    font-size: 1.1em;
    margin: 0.3em 0;
}
.prst-cnt {
    float : right;
    padding-top: 0.9em;
    text-align: center;
    font-size: 1em;
    font-weight: 600;
}