.component-container {min-height: 70px; border-collapse:collapse;
    border-bottom-width: 0px;
    border-right-width: 0px;
    border-left-width: 0px;
    border-top-width: 0px;}
.component-container.is-group {min-height: 70px;}
.component-container.is-group open {min-height: 70px;}
.layout-content.status.status-index .components-section .components-container.two-columns .component-container:nth-child(3n+1) {
    border-bottom-width: 0px;
    border-right-width: 0px;
    border-left-width: 10px;
    border-top-width: 0px;
}
.layout-content.status.status-index .components-section .components-container.two-columns .component-container:first-child, .layout-content.status.status-index .components-section .components-container.two-columns .component-container:nth-child(2) {
    border-top-width: 0px;
  
}.layout-content.status.status-index .components-section .components-container.two-columns .component-container:nth-child(odd) {
    border-left-width: 10px;
    
}
.layout-content.status.status-index .components-section .components-container.two-columns .component-container {
    width: 50%;
    float: left;
    border-bottom-width: 0px;
    border-right-width: 0px;
    border-left-width: 10px;
    border-top-width: 0px;
  
  border-left-color: #f8f8f8;
}
.layout-content.status .masthead-container.premium .masthead .text-container {
    background-color: rgba(0,0,0,0);
}

.layout-content.status .masthead-container.premium .masthead .text-container .page-name {
  padding-right: 4px;
}

.layout-content.status .masthead-container.premium .masthead .text-container .page-name a {
    text-shadow: 2px 3px 4px #00000096;
}