﻿#advisoriesMapContainingDiv {
    width: 600px;
}

#GoogleMap {
    margin-left:auto;
    margin-right:auto;
    width: 500px;
    height: 500px;
}

#helpfulLinksDiv {
    width: 300px;
    float: right;
}

.advisoryNormalLevel td {
    background-color: transparent;
}

.AdvisoryLevelRaisedClass td {
	background-color: yellow !important; /* overrides dataTable hover color */
}
			
.advisoryHoverLinkClass {
	text-decoration: underline;
	cursor: pointer;
}

.AirEmergencyLevelRaisedClass td {
	background-color: #99004C !important; /* overrides dataTable hover color */
    color: white;
}

.AirEmergencyLevelRaisedClass td a {
	color: white;
}

.AirAlertLevelRaisedClass td {
	background-color: #FF7E00 !important; /* overrides dataTable hover color */
    color: white;
}

.AirAlertLevelRaisedClass td a {
	color: white;
}

.AirWarningLevelRaisedClass td {
	background-color: #FF0000 !important; /* overrides dataTable hover color */
    color: white;
}

.AirWarningLevelRaisedClass td a {
	color: white;
}

.FnsbStage1LevelRaisedClass td {
	background-color: yellow !important; /* overrides dataTable hover color */
}

.FnsbStage2LevelRaisedClass td {
	background-color: #FF7E00 !important; /* overrides dataTable hover color */
    color: white;
}

.FnsbStage2LevelRaisedClass td a {
	color: white;
}

.google-legend {
    display: flex;
    flex-direction: column;
    border: solid 1px black;
    background-color: white;
    padding: 5px;
}

.google-legend img {
    height: 20px;
}

.google-legend-title {
    font-weight: bold;
    text-align: center;
}

.google-legend-text {
    margin-left: 5px;
}

@media only screen and (max-width:960px) {
    .sizeSwap {
        display: flex;
        flex-direction: column-reverse;
    } 

    #advisoriesMapContainingDiv {
        width: 100%;
    }
}

@media only screen and (max-width:540px) {
    #GoogleMap {
        width: 400px;
        height: 400px;
    }
}

@media only screen and (max-width:440px) {
    #GoogleMap {
        width: 300px;
        height: 300px;
    }

    .google-legend img {
        height: 15px;
    }

    .google-legend-text {
        font-size: smaller;
    }
}
