
table.gsuser td {
    max-width:220px;
	font-size: 0.85em;
}

/*Hiding 'Näytä kartalla' -selection */
.outage_map #search-tab {
    display: none;
}

/*Hiding Näytä kartalla -> 'Tulevat' 
.outage_map #search-tab .filtering-button:nth-of-type(2) {
    display: none;
}
*/

/*Hiding   options button */
.outage_map .options_icon {
    display: none !important;
}

/*Hiding Map view options window */
.network_selector {
    display: none !important;
}

/*blue appreance */
.outage_map .graph_header,
.outage_map .statistics_header {
    background-color: #3475CE !important;
}





/* Hiding Welcome -window */
.outage_map .welcome_overlay {
    display: none;
}

.outage_map #footer-company-logo {
    display: none;
}

.outage_map .company_info_container .company_logo {
    display: none !important;
}


.outage_map .company_info_container .card-text {
    font-size: 0.75rem;
    visibility: hidden;
}

.outage_map .company_logo {
    height: 20px;
    width: 202px;
}

.outage_map .icon_labels {
    color: white;
}
