.white-border {
    box-shadow: 0px 0px 0px 25px rgba(255,255,255,1) !important;
}
header:not(.fixed-header) .custom-header {
    background: transparent !important;
}
.fixed-header .custom-header {
    padding: 0 !important;
}


table {
border-collapse: collapse;
text-align: center;
}
th, td:first-child {
background: #AFCDE7;
color: white;
padding: 10px 20px;
}
th, td {
border-style: solid;
border-width: 0 1px 1px 0;
border-color: white;
}
td {
background: #D8E6F3;
width:50%;
}
th:first-child, td:first-child {
text-align: left;
}
.breadcrumb > li
{text-shadow:none!important;
  color:white;
}