#O60N {
	background-color: #0000A0; /* Blue */
}

#EN {
	background-color: #0000A0; /* Blue */
}

.tdFUControl {
	width:400px; 
	padding-bottom: 5px;
}

#formPreface{
	text-align: left;
	/* margin:0 10px 0 10px ; */
	font-size: 14px;
	color: #002868;
	font-weight: bold;
}

#StormNameLabel {
	color: #800000;
	font-style: italic;
}

#redirecting{
	padding: 5px 0 0 0;	
}

#fullForm {
	text-align: left;
	/* margin:0 10px 0 10px ; 
	font-size: 14px;*/
	color: #002868;
	font-weight: bold;
}

#routeStmnt {
	text-align: left;	
}

#contactStmnt {
	text-align: left;
}

.button {
	background-color: #0000A0; /* Blue */
    border-radius: 10px;
    /*border: 2px solid #002868;*/
    color: white;
    padding: 5px 8px;
    text-align: center;
    text-decoration: none;
    display: inline;
    font-size: 14px;
    /*font-size: 24px;
    margin: 4px 2px;*/
    cursor: pointer;
    /*width: 40%; */
    /*box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);*/
}

.button2 {background-color: #006100;} /* Green */
.button3 {background-color: #003800; border-radius: 8px;} 

.button4 {
	background-color: #800000; 
	font-size: 14px;
	font-weight: bold;
} /* #BF0A30 = Old Glory Red with smaller font and size */ 

.button5 {background-color: #DCDCDC; font-size: 14px; display: inline-block} /* Gray */

.buttonblock {
	border: none;
    color: white;    
    text-align: left;
    text-decoration: none;
    height: 30px;
    /* padding: 4px 0 0 0;
    display: inline-block;
    height: 30px;
    display: flex;
    flex-wrap: wrap;*/
}	

.button:hover {
   /* box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19); */
    /*border: 2px solid #FFFF80;
    background-color: #FFFFFF;
    color: #000000;*/
}

.hidden {
	display: none;
}

.hideThis {
	display: none;
	background-color: #FFFFCC;
}

#PerpDesc {
	width: 90%;
	height:128px;
	float:left;
	margin:2px 0 10px 0;
	border:1px #ced6ec solid;
	background-color:#dbedf3;
	padding: 2px;
	
}

.right{
	//position: absolute;
	float: right;
	right: 0px;
	padding: 10px;	
}


.louder {
	color: #800000;
	font-size: 16px;
}

#myDIV {
    width: 100%;
    padding: 50px 0;
    text-align: center;
    background-color: lightblue;
    margin-top: 20px;
}

.req {
	/* font-size: 12px;
	margin: 4px 2px; */
	color: #800000;
	font-style: italic;
	font-weight: bold;
}

.blue {
	font-style: normal;
	color: #002868;
}

.nb {
	border-bottom: none;
}

