I slightly modified the CSS class for .white, your CSS label was not standard:
border-left-color: #A0AFC3;
border-left-style: solid;
border-left-width: 1px;
In addition, to get the lower border, you have one of two options, you can do one of
- remove the bottom border from the class
.common-heading-tabs aand add it to the class.blue - add
border-bottom-color:white !important;to class.white
, , , ( .common-heading-tabs a), , , border-left-color-value, border-left-color, , , .common-heading-tabs a, bottom-border-color:white !important
, !
Edit
, .left-col :
.left-col
{
border-bottom-color: black;
border-bottom-width: 1px;
border-bottom-style: solid;
}
, , , , , .
,