<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.font-9{
    font-size: 0.9rem;
}
.nav-link {
    display: block;
    padding: 0.2rem 0.35rem;
    /*font-size: ;*/
}



.vps-pricing-plane .container .nav-item-title{
    width:4.8%;
}
.vps-pricing-plane .container .nav-item-content{
    width: 94%;
}
@media (max-width: 991px) {
    .vps-pricing-plane .container .nav-item-title{
        width: 100%;
    }
}
.vps-pricing-plane .container  .pt-2 .vav{
    width: 90%;
}
.table th {
    min-width:77px;
}

.vps-hosting-pricing-table &gt; tbody &gt; tr &gt; td {
    font-size: 14px;
}

.vps-hosting-pricing-table  tbody   tr .tag {
   line-height:4;
}

@media (max-width: 1100px){

    .vps-hosting-pricing-table  tbody   tr .tag {
        line-height:2.5;
    }
}
@media (max-width: 991px){
    .vps-hosting-pricing-table &gt; tbody &gt; tr &gt; td:first-child::before {
        display: none;
        width: 12%;
    }
    .vps-hosting-pricing-table  tbody   tr .tag {
        line-height:1;
        margin-left: 5px;
    }
}
.badge{
    font-size: 10px;
}




</pre></body></html>