
div.loader {
    position: absolute;    
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.7;
    z-index: 1;
	left: 110px;
	top: 85px;    
}

div.loader { background: url('../../web/images/loading.gif') no-repeat 1% 35%; }

.outages-list {
	position: relative;
}

.region-header, .outages-header {
    color: #555555; /* Darker text color to meet 4.5:1 contrast ratio */
    background-color: #f4f4f4; /* Keeping the same background */
    font-weight: bold; /* Optional: improves readability */
}
