.text-italic-normal{
    font-weight: normal;
}

.text-italic-bold{
    font-weight: bold;
}

.title-section{
    padding-top: 10px;
    padding-bottom: 5px;
    /*border-top: solid lightslategrey 1px;*/
    font-size: 1.5em;
    line-height: 1.1em;
    background-color: white;
}

.subtitle{
    background-color: white;
    font-size: 1em;
    padding-bottom: 10px;
    border-bottom: solid lightslategrey 1px;
}

.map{
    background-color: white;
    padding-top: 15px;
}

.currentDailyVariables{
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr 1fr 1fr 1fr;
    column-gap: 20px;
    padding-left: 60px;
    padding-right: 100px;
    background-color: white;
    border-color: white;
    padding-bottom: 15px;
    border-bottom: solid lightslategrey 1px;
}

.currentDailyVariables-baa5{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    column-gap: 10px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: white;
    border-color: white;
    padding-bottom: 15px;
    border-bottom: solid lightslategrey 1px;
}

.CDV{
    border: 1px solid black;
    white-space: nowrap;
    line-height: 25px;
    border-radius: 18%;
    font-size: 0.8em;
    font-weight: bold;
    background-color: #EFEFEF;
    color: black;
    padding-left: 15px;
    padding-right: 15px;
    text-decoration: none;
}

.CDV-baa5{
    border: 1px solid black;
    white-space: nowrap;
    line-height: 25px;
    border-radius: 18%;
    font-size: 0.8em;
    font-weight: bold;
    background-color: #EFEFEF;
    color: black;
    padding-left: 5px;
    padding-right: 5px;
    text-decoration: none;
}

.CDV-baa5-blue{
    border: 1px solid blue;
    white-space: nowrap;
    line-height: 25px;
    border-radius: 18%;
    font-size: 0.8em;
    font-weight: bold;
    background-color: #EFEFEF;
    color: blue;
    padding-left: 5px;
    padding-right: 5px;
    text-decoration: none;
}

.CDV-SELECTED{
    border: 1px solid black;
    white-space: nowrap;
    line-height: 25px;
    border-radius: 18%;
    font-size: 0.9em;
    font-weight: bold;
    background-color: black;
    color: white;
    padding-left: 5px;
    padding-right: 5px;
}

.CDV-SELECTED-baa5{
    border: 1px solid black;
    white-space: nowrap;
    line-height: 25px;
    border-radius: 18%;
    font-size: 0.9em;
    font-weight: bold;
    background-color: blue;
    color: white;
    padding-left: 5px;
    padding-right: 5px;
}

.CDV:hover{
    border: 1px solid black;
    font-size: 0.8em;
    background-color: lightgrey;
    cursor: pointer;
}

.CDV-baa5:hover{
    border: 1px solid black;
    font-size: 0.8em;
    background-color: lightgrey;
    cursor: pointer;
}

.CDV-baa5-blue:hover{
    border: 1px solid blue;
    font-size: 0.8em;
    background-color: lightblue;
    cursor: pointer;
}

.CDV-title{
    line-height: 26px;
    font-size: 0.9em;
    color:black;
    white-space: nowrap;
}

.image-links{
    display: grid;
    grid-template-columns: 6fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    column-gap: 5px;
    row-gap: 0px;
    padding-left: 60px;
    padding-right: 100px;
    background-color: white;
    border-color: white;
    padding-bottom: 10px;
    padding-top: 10px;
    white-space: nowrap;
}

.image-link-head{
    line-height: 20px;
    font-size: 0.9em;
    color:black;
    text-align: left;
}

.image-link-item{
    line-height: 15px;
    font-size: 0.8em;
    font-weight: normal;
    color: navy;
    padding-right: 3px;
    padding-left: 3px;
    margin-top: 3px;
    margin-bottom: 3px;
    /*text-decoration: underline*/
}

.image-link-item:hover{
    background-color: lightgrey;
    cursor: pointer;
}

.year-to-date{
    display: grid;
    grid-template-columns: 3fr 1fr 1fr 1fr 1fr 1fr 1fr;
    column-gap: 15px;
    row-gap: 5px;
    padding-left: 60px;
    padding-right: 100px;
    background-color: white;
    border-color: white;
    padding-bottom: 15px;
    padding-top: 5px;
}

.year-to-date-baa5{
    display: grid;
    grid-template-columns: 3fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    column-gap: 10px;
    row-gap: 5px;
    padding-left: 30px;
    padding-right: 30px;
    background-color: white;
    border-color: white;
    padding-bottom: 15px;
    padding-top: 5px;
}

.ytd-title{
    font-size: 0.9em;
    text-align: left;
    white-space: nowrap;
}

.ytd-item{
    border: 1px solid black;
    line-height: 20px;
    font-size: 0.8em;
    font-weight: normal;
    background-color: #EFEFEF;
    color: black;
    white-space: nowrap;
    padding-right: 5px;
    padding-left: 5px;
    text-decoration: none;
}

.ytd-item-blue{
    border: 1px solid blue;
    line-height: 20px;
    font-size: 0.8em;
    font-weight: normal;
    background-color: #EFEFEF;
    color: blue;
    white-space: nowrap;
    padding-right: 5px;
    padding-left: 5px;
    text-decoration: none;
}

.ytd-item-selected{
    border: 1px solid black;
    line-height: 20px;
    font-size: 0.8em;
    font-weight: normal;
    background-color: black;
    color: white;
    white-space: nowrap;
    padding-right: 5px;
    padding-left: 5px;
    text-decoration: none;
}

.ytd-item-selected-baa5{
    border: 1px solid black;
    line-height: 20px;
    font-size: 0.8em;
    font-weight: normal;
    background-color: blue;
    color: white;
    white-space: nowrap;
    padding-right: 5px;
    padding-left: 5px;
    text-decoration: none;
}

.ytd-item-selected-baa5 i {
    color: white;
    font-weight: normal;
}

.empty-item{
    font-weight: normal;
}

.ytd-item:hover{
    background-color: lightgrey;
    cursor: pointer;
}

.ytd-item-blue:hover{
    background-color: lightblue;
    cursor: pointer;
}

.zoom-details{
    color: blue;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: white;
    font-style: italic;
    font-size: 0.8em;
    font-weight: bold;
    border-bottom: solid lightslategrey 1px;
}

.view-tile{
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 15px;
    row-gap: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 75px;
    padding-right: 75px;
    background-color: white;
}

.view-tile-description{
    line-height: 50px;
    font-size: 1em;
    white-space: nowrap;
    background-color: white;
}

.view-tile-dropdown{
    background-color: white;
    padding-bottom: 15px;
    font-weight: normal;
    
}

select{
    width: 300px;
    height: 25px;
    font-weight: normal;
}

input[type="button"]{
    font-size: 0.8em;
    padding-top: 1.2px;
    margin-left: 5px;
}
input[type="button"]:hover{
    cursor: pointer
}

button[type="button"]:hover{
    cursor: pointer
}

.google-links{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 10px;
    row-gap: 5px;
    padding-top: 5px;
    padding-bottom: 20px;
    background-color: white;
    border-bottom: solid lightslategrey 1px;
    white-space: nowrap;
}

.home-links{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 10px;
    row-gap: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: white;
    border-top: solid lightslategrey 1px;
    border-bottom: solid lightslategrey 1px;
    white-space: nowrap;
}

.website-version{
    background-color: white;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: solid lightslategrey 1px;
}

.version-button{
    font-size: 0.9em;
    white-space: nowrap;
}

.page-information{
    background-color: white;
    font-size: 0.8em;
    font-weight: normal;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: justify;
}

.page-information-p{
    font-weight: normal;
    text-align: justify;
}

.update-information{
    background-color: white;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 0.8em;
}

.horizonal-line-background{
    background-color: white;
    display: flex;
}

.horizonal-line-50percent-lightslategrey{
    background-color: lightslategrey;
    height: 1px;
    width: 50%;
    margin-left: 25%;
    margin-right: 25%;
}

.text-in-blue{
    color: rgb(0, 0, 255)
}

.alertlevel-grid-container{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 5px;
    column-gap: 25px;
    background-coiilor: white;
    padding-top: 20px;
    padding-right: 180px;
    padding-left: 180px;
    padding-bottom: 20px;
}

.alertlevel-grid-container-baa5{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 5px;
    column-gap: 25px;
    background-coiilor: white;
    padding-top: 20px;
    padding-right: 60px;
    padding-left: 60px;
    padding-bottom: 20px;
}

.alertlevel-grid-title{
    text-align: left;
    white-space: nowrap;
    font-size: 1.1em;
    text-decoration: underline;
    padding-bottom: 5px;
}

.alertlevel-grid-item, .alertlevel-grid-item-yellow, .alertlevel-grid-item-orange, .alertlevel-grid-item-red, .alertlevel-grid-item-dark-red, .alertlevel-grid-item-brown, 
.alertlevel-grid-item-pink, .alertlevel-grid-item-very-dark-pink{
    text-align: left;
    white-space: nowrap;
    font-size: 1em;
}

.alertlevel-grid-item-yellow{
    color: rgb(241, 197, 0)
}

.alertlevel-grid-item-orange{
    color: orange
}

.alertlevel-grid-item-red{
    color: red;
}

.alertlevel-grid-item-dark-red{
    color: darkred;
}

.alertlevel-grid-item-brown{
    color: rgb(160, 80, 36)
}

.alertlevel-grid-item-pink{
    color: rgb(240, 0, 240)
}

.alertlevel-grid-item-very-dark-pink{
    color: rgb(110, 0, 110)
}

.alertlevel-grid-item-def{
    text-align: left;
    white-space: nowrap;
    font-size: 1em;
    font-weight: normal;
}

.alertlevel-grid-container-baa5-extension{
    background-color: white;
    padding-left: 30px;
    padding-right: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
    font-size: 1.0em;
}

.alertlevel-grid-extension-item{
    padding-left: 0px;
    text-align: left;
    font-size: 1.0em;
}

.figure-container{
    padding-top: 10px;
    background-color: white;
}

.figure-caption-container{ 
    background-color: white;
    text-align: center;
    padding-bottom: 20px;
    padding-top: 10px;
}

.figure-caption{
    font-weight: normal;
    font-size: 0.9em;
    margin-left: 180px;
    margin-right: 180px;
    text-align: justify;
    font-style: italic;
}
