.infoTable2{
	min-height:300px;
}
/*------------------------------------*\
    12. DEDICATED PRICING AREA
\*------------------------------------*/
#dedicatedPricing {
    padding: 0px 0;
    
}

#dedicatedPricing table {
    width: 100%;
    margin:0;
    padding:0;
    border: 1px solid #ccc;
    border-spacing: 0;
    border-collapse: collapse;
}

#dedicatedPricing table thead {
    background-color: #030944;
    color: #fff;
	
}

#dedicatedPricing table thead th {
    padding: 15px 10px;
}

#dedicatedPricing table tr {
    border: 1px solid #ddd;
    padding: 5px;
}

#dedicatedPricing table th,
#dedicatedPricing table td {
    padding: 10px;
}

#dedicatedPricing table th {
    text-transform: uppercase;
    /*font-size: 14px;*/
    font-weight: 600;
    letter-spacing: 1px;
}

#dedicatedPricing table tbody tr {
    background-color: #fff;
}

#dedicatedPricing table tbody tr:nth-child(even) td {
    background-color: #f8f8f8;
}

#dedicatedPricing table td .labelText {
    display: none;
}
#dedicatedPricing table td .normalPrice {
    text-decoration : line-through;
}
text-decoration : line-through;
/* 1.1. SECTION TITLE */
#dedicatedPricing .section-title h2 {
    position: relative;
    margin-top: -7px;
    margin-bottom: 20px;
    font-weight: 800;
    /*font-size: 40px;*/
    line-height: 50px;
    text-align: center;
}

#dedicatedPricing .section-title h2:before {
    content: " ";
    position: absolute;
    bottom: -15px;
    left: 50%;
    width: 50px;
    height: 2px;
    background-color: #ff9900;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
}

#dedicatedPricing .section-title.text-left h2 {
    text-align: left;
}

#dedicatedPricing .section-title.text-left h2:before {
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
}

#dedicatedPricing .section-title span {
    color: #288feb;
}

 
/*------------------------------------*\
    1. MEDIA QUERIES
\*------------------------------------*/
/* 1.1. LARGE DEVICES, WIDE SCREENS */
@media screen and (max-width: 1200px) {
}

/* 1.2. MEDIUM DEVICES, DESKTOPS */
@media screen and (max-width: 991px) { 
    
    #dedicatedPricing {
        padding-bottom: 50px;
    }
    #dedicatedPricing table {
        border: 0;
    }
    #dedicatedPricing table thead {
        display: none;
    }
    #dedicatedPricing table tr {
        margin-bottom: 30px;
        display: block;
        border-bottom: 2px solid #ddd;
    }
    #dedicatedPricing table td {
        display: block;
        text-align: right;
        font-size: 13px;
        border-bottom: 1px dotted #ccc;
    }
    #dedicatedPricing table td:last-child {
        border-bottom: 0;
    }
    #dedicatedPricing table td span.labelText {
        display: block;
        float: left;
        margin-right: 15px;
        text-transform: uppercase;
        /*font-weight: bold;*/ 
        font-weight: 600;
        letter-spacing: 1px;
        
    }
    #dedicatedPricing table tbody tr:nth-child(even) td {
        background-color: #fff;
    }
     
}
 