

/* apply a natural box layout model to all elements */

/***********   HEADER CSS DETAILS **********************************************************/
.hcr_header {
	text-align:center;
	background-color:black;
	height: 100px;
	color:#FF6633;
	
	padding:0 0 0 0;
	margin:0 0 0 0;
	
}

.hcr_header h1 {
	font-family: Georgia;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-size: 28px;
	color: #FF4609;
	line-height: 40px;
	text-align: center;
}

.hcr_header h2 {
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	padding:0 0 3px 0;
	margin:0 0 0 0;
	font-size:10px;
	font-weight:bold;
	letter-spacing: 1px;
	color: #FF8533;
}

img{
	width:75%; /* you can use % */
    height: auto;
	display: block;
	margin-left: auto;
    margin-right: auto;
	padding: 0 0 30px 0;
}




* {
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
}
body {
	width: 1024px;
    height: auto;
	background-color: black; 
}


div.HO1 {
   
   max-width: 600px;
   background: white;
   margin-left: 200px;
   font-family: Arial, Helvetica, sans-serif;
   

}

h1.HO1 {
	margin: 0;
	padding: 0;
	font-size: 24px;
    text-align: center;
}

h4.HO1 {
	margin: 0;
	padding: 0;
	font-size: 16px;
    text-align: center;
}

h2.HO1 {
	margin:0;
	font-size: 18px;
	background: #74B187
        
}

h3 {
    font-family: Georgia,sans-serif;
    font-size: 22px;
    margin: 0 0 0 0;
    text-align: center;
    color:#FF6633;
	padding: 20px;
   }

ol.HO1, ul.HO1 {
   list-style: none;
}

/* page header */
header.HO1 {
   background: #FFC340;
   width: 100%;
   color: black;
   text-align: center;
   line-height: 1.5em;
   border-bottom: 2px solid black;
   border-left: 1px solid black;
   border-right: 1px solid black;
   padding: 10px;
}

/* main content */
article {
   text-align: center;
   background: white;
   border-bottom: 1px solid black;
   border-left: 1px solid black;
   border-right: 1px solid black;
}

article h2 {
   font-weight: bold;
   font-size: 24px;
   padding: 10px;
	margin: 0;
}

/* form */
form {
   background: #A67100;
   padding: 5px;
   height: 110px;
	
  }
fieldset.FCConvert {
   padding: 1em;
   background: #FFAE00;
   border: none;
   float: left;
   width: 10%;
   height: 100px;
   margin-left: 15px;
	
  }
input {
   font-size: 1em;
   width: 4em;
   clear: left;
  }
input:focus {
   background: #e3d5ba;
  }
label {
   display: block;
	font-size: 12px;
	font-weight: bold;
  }
input, label, button, form p {
   float: left;
   margin: 5px 10px;
  }
p {
   clear: left;
	font-size: 12px;
	font-weight: bold;
}
p#cValue {
   width: 4em;
   font-size: 1.1em;
   font-weight: 200;
   height: 1.4em;
   background: white;
   padding: 0.2em;
   overflow: hidden;
  text-overflow: ellipsis;
}

p#kValue {
   width: 4em;
   font-size: 1.1em;
   font-weight: 200;
   height: 1.4em;
   background: white;
   padding: 0.2em;
   overflow: hidden;
  text-overflow: ellipsis;
}

button {
	background-color: #4CAF50;
	color: black;
	font-size: 12px;
	font-weight: bold;
	border-radius: 10px;
	width: 100px;
	justify-content: center;
	margin-top: 20px;
}


#rain_conversion {
    width: 600px;
    height: auto;
    /*border: solid yellow;*/
    margin: 15px auto;
    background: #A0F9FC;
    }

#rain_conversion h1 {
    background-color: #F0B854;
    text-align: center;
    padding: 10px auto;
    
}

#rain_conversion li {
    font-size: 12px;
    font-weight: bold;
    font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    pading:15px;
    margin:10px;
}

#convert_rain fieldset {
    width: 400px;
    height: auto;
    border: solid yellow;
    margin: 5px auto;
    background: #A0F9FC;
}



#large_image {
    
    height: 125px;
    width: 150px;
    margin: 5px;
    /*background:#F1F599;*/
    float: left;
    display: inline-block;
}

#large_image img {
    max-width: inherit;
    max-height: inherit;
    height: inherit;
    width: inherit;
    object-fit: cover;
    padding: 5px;
    margin: 0;
    border-radius: 15px;    
}
#large_instr {
    width: 200px;
    height: 125px;
    margin: 5px;
    padding:5px;
    background:#F1F599;
    float: left;
    display: inline-block;
    border-radius: 15px;
}
#large_input {
    width: 100px;
    height: 125px;
    margin: 5px;
    background:#F1F599;
    float: left;
    display: inline-block;
    border-radius: 15px;

}

#large_input input {
   
    font-weight: bold;
    background-color:#C4E4E7;
    margin: 5px;
    float: left;
    
}


#small_image {
    
    height: 125px;
    width: 150px;
    margin: 5px;
    /*background:#F1F599;*/
    float: left;
    clear: both;
    display: inline-block;
}

#small_image img {
    max-width: inherit;
    max-height: inherit;
    height: inherit;
    width: inherit;
    object-fit: cover;
    padding: 5px;
    border-radius: 15px;    
}
#small_instr {
    height: 125px;
    width: 200px;
    margin: 5px;
    padding:5px;
    background:#F1F599;
    float: left;
    display: inline-block;
    border-radius: 15px;
}
#small_input {
    height: 125px;
    width: 100px;
    
    margin: 5px;
    background:#F1F599;
    float: left;
    display: inline-block;
    border-radius: 15px;

}

#small_input input {
   
    font-weight: bold;
    background-color:#C4E4E7;
    margin: 5px;
    float: left;
    
}

#height_image {
    
    height: 200px;
    width: 150px;
    margin: 5px;
    /*background:#F1F599;*/
    float: left;
    clear: both;
    display: inline-block;
    
}

#height_image img {
    max-width: inherit;
    max-height: inherit;
    height: 100%;
    width: 50%;
    object-fit: cover;
    padding: 5px;
    border-radius: 15px;
    clear: both;
}
#height_instr {
    width: 200px;
    height: 200px;
    margin: 5px;
    padding:5px;
    background:#F1F599;
    float: left;
    display: inline-block;
    border-radius: 15px;
}
#height_input {
    width: 100px;
    height: 200px;
    margin: 5px;
    background:#F1F599;
    float: left;
    display: inline-block;
    border-radius: 15px;

}

#height_input input {
   
    font-weight: bold;
    background-color:#C4E4E7;
    margin: 5px;
    float: left;
    
    
}

#get_rainfall button {
    clear:both;
}

#rainfall_calc   {
    display: inline-block;
    font-size: 20px;
    font-weight: bolder;
    float: left;
    clear:both;
}

#rainfall_calc input   {
    display: inline-block;
    font-size: 20px;
    font-weight: bolder;
    float: left;
    
}





#utc_pst_conv {
    width: 400px;
    height: auto;
    border: solid yellow;
    margin: 15px auto;
    background:#FCDAE1;
    overflow-y: auto;
    display:block;
    clear: both;
}

#utc_pst_conv tr td {
    margin: 0;
    padding: 0;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    
}
#utc_pst_conv th {
    margin: 0;
    padding: 0;
    font-size: 12px;
    max-width: 40px
    
}

#utc_pst_conv table {
    column-width: 10px;
}

