/* add your css rules here */


.col-E{
width:18%;
}

.col-C{
width:23%;
}

.col-C ul, .col-E ul{
margin-bottom:0!important;
}

.col-C ul li, .col-E ul li{
color:white!important;
}

.col-C h3, .col-E h3{
font-weight:normal!important;
color:white!important;
}

/**/

.table_col {
    float: left;
    width: 24.9%;
    border-right: thin solid white;
}

.table_cell{
height:30px;
line-height:30px;
}

.table_cell:nth-child(2){
height:64px!important;
line-height:normal!important;
}


.essentials_edition > .table_cell:nth-child(1){
background-color:#009957;

}

.standard_edition > .table_cell:nth-child(1){
background-color:#00aadc;
}

.datacentre_edition > .table_cell:nth-child(1){
background-color:#0078d7;
}

.storage_server_edition > .table_cell:nth-child(1){
background-color:#333333;
}

.essentials_edition > .table_cell:nth-child(1),
.standard_edition > .table_cell:nth-child(1),
.datacentre_edition > .table_cell:nth-child(1),
.storage_server_edition > .table_cell:nth-child(1){
color:#ffffff!important;
}

.standard_edition > .table_cell{}

.datacentre_edition > .table_cell{}

.datacentre_edition > .table_cell:nth-child(6){
line-height:normal!important;
}

.storage_server_edition > .table_cell{}

.storage_server_edition > .table_cell:nth-child(2){
line-height:64px!important;
}

