.newAppBlock .col-sm-6 {
    color: #fff;
    font-family: open sans;
    padding: 30px;
    text-align: center;
    min-height: 199px;
}
@media(max-width: 991px) {
    .newAppBlock .col-sm-6 {
        height: 267px;
    }
}
@media(max-width: 768px) {
    .newAppBlock .col-sm-6 {
        min-height: 199px;
    }
}
.MCSI {
    background: #006666 none repeat scroll 0 0;
}
.ACSI {
    background: #2d8383 none repeat scroll 0 0;
}
.gradePrice {
    font-size: 30px;
    margin-bottom: 20px;
}
.gradePrice > small {
    font-size: 70%;
}
.gradePrice a {
	color: #fff;
}
.term {
    font-weight: 400;
}
.renewal {
    font-weight: 400;
}
.tablehead {
    font-size:13px;
    background-color:#f3f3f3;
    color:#5a5a5a;
    font-weight:normal;
    padding:6px 20px 6px 20px; 
    border-bottom:1px solid #ffffff;
    border-right:1px solid #ffffff;
    background-image: -moz-linear-gradient(
        center top,
        rgb(243,243,243) 0%,
        rgb(224,224,224) 100%);
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, rgb(243,243,243)),
        color-stop(1, rgb(224,224,224)));
    text-align:center
}
.tablesub {
    padding:10px 20px 10px 20px;
    background:#e9e9e9;
    background-image: -moz-linear-gradient(
        center top,
        rgb(243,243,243) 0%,
        rgb(224,224,224) 100%
        );
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, rgb(243,243,243)),
        color-stop(1, rgb(224,224,224)));
        text-align:center;
}
.tablemain2 { 
    background:#cfcfcf; padding:6px 20px 6px 20px; text-align:center;font-weight:bold;
    background-image: -webkit-gradient(
    linear,
    left bottom,
    right bottom,
    color-stop(0, rgb(234,234,234)),
    color-stop(1, rgb(200,200,200))
    );
    background-image: -moz-linear-gradient(
    left center,
    rgb(234,234,234) 0%,
    rgb(200,200,200) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#c8c8c8',GradientType=1 );
}
.tablehead2 {Font-size:13px; color:#444444;font-weight:bold;padding:6px 20px 6px 20px; background:#cfcfcf;background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0, rgb(234,234,234)), color-stop(1, rgb(200,200,200)));
background-image: -moz-linear-gradient( left center, rgb(234,234,234) 0%, rgb(200,200,200) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#c8c8c8',GradientType=1 );
text-align:center;
}
.tablemain {
    background-color:#ddecee;
    padding:6px 20px 6px 20px;
    border-bottom:1px solid #ffffff;
    border-right:1px solid #ffffff;
    color:#356c76;
    background-image: -moz-linear-gradient(
        center top,
        rgb(239,248,249) 0%,
        rgb(214,232,234) 100%);
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, rgb(239,248,249)),
        color-stop(1, rgb(214,232,234)));
    text-align:center;
    font-weight:normal;
}
.tabletop {
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
height:8px;
background: #cfcfcf;
background-image: -webkit-gradient(
    linear,
    left bottom,
    right bottom,
    color-stop(0, rgb(234,234,234)),
    color-stop(1, rgb(200,200,200))
);
background-image: -moz-linear-gradient(
    left center,
    rgb(234,234,234) 0%,
    rgb(200,200,200) 100%
);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#c8c8c8',GradientType=1 );
}
.ie .tabletop{
height:11px;
}

.tablebottom {
-webkit-border-bottom-left-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
height:10px;
background: #cfcfcf;
background-image: -webkit-gradient(
    linear,
    left bottom,
    right bottom,
    color-stop(0, rgb(234,234,234)),
    color-stop(1, rgb(200,200,200))
);
background-image: -moz-linear-gradient(
    left center,
    rgb(234,234,234) 0%,
    rgb(200,200,200) 100%
);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#c8c8c8',GradientType=1 );
}
.ie .tablebottom{
height:11px;
}
.topleft {
-webkit-border-top-left-radius: 10px;
-moz-border-radius-topleft: 10px;
border-top-left-radius: 10px;
}

.topright {
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topright: 10px;
border-top-right-radius: 10px;
}

.bottomleft {
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-left-radius: 10px;
}

.bottomright {
-webkit-border-bottom-right-radius: 10px;
-moz-border-radius-bottomright: 10px;
border-bottom-right-radius: 10px;
}