.cRightCol {
    width:100%;
    text-align: center;
}

.cDisclaimer {
    font-size: xx-small;
    line-height: 110%;
    text-align: left;
    margin-left: 100px;
    margin-right: 100px;
    /*text-align: center;*/
}
.cHoliday {
    list-style-image: url("holidazzle/image003.gif");
    text-align:left;
}
.cHoltd {
    color:green;
    font-weight:600;
}
.cHolBorder {
    border-width:2px;
    border-color: red green green red;
    border-style: dashed;
    padding: 10px;
}
hr {
    margin-left: 2%;
    margin-right: 2%;
}
.cHide {
    text-decoration: none;
    color:black;
    cursor: text;
}
.cFrame {
    width: 320px;
    height: 320px;
    border: none;
    text-align: center;
}

.cRedButton {
    color: white;
    background-color: red;
    padding: 10px;
    font-weight: 700;
    font-size: large;
    border-radius: 5px;
    cursor: pointer;
}
.cOrangeButton {
    background-color: #ffc489;
    padding: 10px;
    font-weight: 700;
    font-size: large;
    border-radius: 5px;
    cursor: pointer;
}

.TropicRed {
    color: white;
    background-color: red;
    padding: 10px;
    font-weight: 700;
    font-size: large;
    width:100px;
    border: 2px solid black;
    border-radius: 8px;
    margin-left:auto;
    margin-right:auto;
}

.TropicOrange {
    text-align: center;
    background-color: #ffc489;
    padding: 10px;
    font-weight: 700;
    font-size: large;
    width:100px;
    border: 2px solid black;
    border-radius: 8px;
    margin-left:auto;
    margin-right:auto;
}

.cAquaButton {
    background-color: aqua;
    padding: 10px;
    font-weight: 700;
    font-size: large;
    border-radius: 5px;  
    cursor: pointer;
}

.RedButtonLink {
    background-color: red;
    color: white;
    border: 2px solid black;
    text-align: center;
    padding:  10px 20px;
    text-decoration: none;
    display:  inline-block;
}
li {
    padding: 2pt 0 2pt 0;
}
.cInset {
	border: 5px inset;
	border-color: Cornsilk;
	display: inline-block;
	width: auto;
}
.cForecast {
	display: inline-table;
	width: 400px;
	height: 150px !important;
	overflow: scroll;		
}
.topDivFixed {
	position:  fixed;
	top: 0;
	right: 100px;
	width: 200px;
	height: 50px;
	border:  3px solid navy;
}
.COVID {
    border: 5px dotted  #800000;
    border-radius: 8px;
    display: inline-block;
    width: 450px;
    margin-left:10px;
 }
.voteButton {
    padding: 10px;
    text-align: center;
    font-size: 12pt;
    margin-left:auto;
    margin-right:auto;
    border: 5px outset LightCyan;
    width:220px;
}
.mTable {
    margin-left: auto;
    margin-right: auto;
    width:100%;
    max-width:800px;
}
.xmas {
    padding: 10px;
    background-color: #f0fff0;
    font-size:14pt;
    border: 4px outset #f8c0c0;
}

a { color: blue; }
a:visited { color: blue; }

.cHide { color: black; }
.cHide a { color:black; text-decoration: none; }
.cHide a:visited { color: black; }
.McGruff { margin-top: -20px; margin-left: -10px; font-weight:700; }
.hurricane {
	border: 5px outset LightCyan;
    width:430px; 
    padding-left:10px;
    padding-right:10px;
    margin-bottom:15px;
}
.hstatus {
    margin-left:10%; 
    margin-right:10%; 
    margin-bottom:10px; 
    margin-top:-10px;
    padding:10px;
    max-width:900px;
}
.leftindexcol {
    width:350px; 
}
.leftcol {
    text-align:center;
    margin:0 1em 1em;
}
.rightcol {
    text-align: center;
    margin:0 1em 1em;
}

.switch {
    padding: 8px 8px;
    border: 1px solid black;
    border-radius: 4px;
    vertical-align: middle;
}

/************ The following may move into the main CSS eventually ********************/
.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    z-index: 1;
}

.dropdown-content a {
    display: block;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.qbtn {
    border: 2px outset #fcfcfc;
    padding: 6px 2.6em;
    border-radius: 6px;
    background-color: #96ffff;
    color:blue;
    text-decoration:none;
    margin-bottom:0px;
    font-size: 0.8rem;
    font-weight:700;
    text-align:left;
}

.qbtn:hover { background-color: whitesmoke; }
