body {
    font-family: arial, sans-serif;
    margin:0px;
}
table {
    border-collapse: collapse;
    border:0px;
}
thead tr td, thead tr th {
    font-weight:bold;
    background-color: #DDD;
    text-align:center;
    vertical-align:bottom;
}
tr:nth-child(even) {background: #D9E0FA;}
tr.NoThreat {
    color:#BBB;
}
td {
    text-align:left;
    border: 1px solid black;
    padding: 2px 5px;
}
.right {text-align:right;}

#LocationForm {
    position: absolute;
    top:6em;
    right:10px;
    left:10px;
    /* max-width:400px; */
    height: 200px;
}
#LocationForm button {
    width: 133px;
    background-color: white;
    text-align: center;
    font-weight: bold;
    font-size: 102%;
    margin: 100px auto;
    display: block;
    cursor: pointer;
}
#LocationForm button div {
    width: 75%;
    margin: auto;
    font-weight: bold;
}
#LocationForm button img {
    width:90%;
}
#LocationForm.minimized {
    width: 75px;
    height: 79px;
    right: 20px;
    display: block;
    top: 10px;
    position: absolute;
    left: auto;
}
#LocationForm #ExpireMessage {
    margin: auto;
    width: 16em;
    background-color: white;
    padding: 1em;
    font-weight: bold;
}

#LocationForm.minimized button {
    width: 70px;
    font-size: 80%;
    margin-top: 0px;
}
#LocationForm.minimized #ExpireMessage {
    display:none;
}

.separator {
    clear:left;
}
#StormListSection {
    min-height: 400px;
}
#StormListSection h2, #StormListSection h3  {margin:0px;}
h1 {
    border: #FF9C01 solid;
    margin: 0px;
    margin-bottom: 0.5em;
    padding-left: 0.25em;
    padding: 0.2em;
    border-width: 0 0 0.4em;
}
h1 img {
    width: 30px;
    margin-right: .25em;
    margin-left: .25em;
    vertical-align: text-top;
}
body#StormsFull #StormListSection {
    width:100%;
}
#StormsTableContainer {width:100%;}
#StormsTableContainerInner {
    overflow: auto;
    width:100%; 
    padding-bottom: 1em;
    margin:.5em;
}
#content {margin:1em;}
.StormCard {
    margin: .5em;
    border: solid #DDD;
    padding: .5em;
    border-right: 10px solid;
}

.storm_id {
    font-weight: bold;
    font-size:120%;
    border-bottom: solid black;
    padding: 0.25em 0.25em 0.25em .5em;
    margin-bottom: 0.25em;
}
.cardtext {
    margin-left: .5em;
    line-height: 1.3em;
}
.cardtext img {
    width: 1em;
    vertical-align: text-bottom;
}

/* Nearness colors */
.VeryNear {color: #C41E3A;}
.SomewhatNear {color:#FF9900;}
.BecomingNear {color:#2B45C5;}
.NotNear {color: #808080;}
/*
.VeryNear {background-color:#00cf30;}
.SomewhatNear {background-color:#b7ecba;}
.BecomingNear {background-color:#8588fc;}
.NotNear {background-color: #ffb6b6;}
*/
/* Menu */
.MenuList {
    padding-left:0px;
}
.MenuList li {
    font-size:120%;
    list-style:none;
    border-bottom:1px solid black;
    padding: 1em 0px;
}
#RadarContainer {float:right;}
#StormCardContainer {max-width:500px;}


/* STORMS DETAIL PAGE */
#StormDetail label, #StormTargetDetail label {
    font-weight: bold;
    display:inline-block;
    margin-right: .5em;
}
#StormDetail, #StormTargetDetail {
    padding-left:1.5em;
    margin-top:0px;
}

#FooterContainer {
    background-color: #BBB;
    width: 100%;
}
#FooterContent {
    margin:.5em;
    padding: .5em;
}

/* Nav Buttons */
.nav {
    border-bottom: solid 1px;
    padding-left:1em;
    margin-top:1em;
}
:not(button).Hidden {
    display:none;
}
#StormListSection .nav button {
    padding: .4em 1em;
    background-clip: padding-box;
    background-color: #FF9C01;
    border: 1px solid transparent;
    border-bottom: 0px;
    border-radius: 0.5rem 0.5rem 0px 0px;
    box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
    color: black;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    user-select: none;
    touch-action: manipulation;
}
#StormListSection .nav button.Hidden {
    background-color: white;
    color:black;
    border:solid 1px black;
    padding-bottom: 0.7em;
    margin-bottom: -1px;
    border-bottom: 1px solid white;
}

#StormListOverlay {
    background-color: #888;
    border: solid;
    position: absolute;
    opacity: .7;
    left: 10px;
    right: 10px;
    bottom: 10px;
    top: 45px;
}

#NoStorms {
    margin: 2em;
    max-width: 400px;
    line-height: 1.5em;
    text-align: center;
}