/* Styles for the Steel Gauges Composite Box April 2016 */
/* See bottom for the credits modal pop up */
#sgBox {
	border-radius: 5px; 
	width:710px;
	background-color: #E5E4E2;
	padding:5px 0;
}
#almanac {
	width:184px; 
	border-radius:5px; 
	text-align: left;
	display: inline-block; 
	position: relative;
	background-color: #cecdcb;
	box-shadow: rgba(0,0,0,0.3) 2px 2px 2px;
}

#almanac table {
	width:100%; 
}
#almanac td {
	padding-left:3px; 
	padding-right:3px; 
	font-family: Arial helvitica sans-serif; 
	font-size: 12px;
}
#UnitsTable {
	padding: 50px 0px;
	text-align: center;
	display: inline-block; 
	position: relative;
}
#wge {
	width:700px; 
	border-radius:5px; 
	background-color: #cecdcb;
	box-shadow: rgba(0,0,0,0.3) 2px 2px 2px;
	margin:10px auto;
}
#wge table {
	margin:auto;
	width:100%;
}
#wge td {
	padding-left:5px; 
	padding-right:5px; 
	font-family: Arial helvitica sans-serif; 
	font-size: 12px;
}
#block	{
		display:inline-block;
		margin-top: -20px;
		width:32%;
		}
#block p {
	margin:0 15%;
	text-align: center;
	font-size: 0.8em;	
}

/*Styles for the credits modal popup */
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 150px; /* Location of the box */
    left: 550px;
    top: 0;
    width: 30%; /* Full width */
    height: 20%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0); /* Black w/ opacity */
	
}
/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #000000;
	border-radius: 15px;
    width: 80%;
		font-size: small;
}
/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
#sgBtn {
    background-color: #e5e4e2;
    border: none;
    color: blue;
    padding: 15px 32px;
    text-align: center;
    text-decoration: underline;
    display: inline-block;
    font-size: 12px;
    margin: 4px 2px;
    cursor: pointer;
}
