/* The Modal (background) */
.govshutdown-modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0)  !important; /* Fallback color */
    background-color: rgba(0,0,0,0.8) !important; /* Black w/ opacity */
    z-index:1000;
}


/* Modal Content/Box */
.govshutdown-modal-content {
	background-color: #fefefe;	
	border: 1px solid #888;
	width: 98%; /* Could be more or less, depending on screen size */    
	font-size: 12px !important;
	color:black;	   
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%, -50%);		
  box-shadow: 1px 1px 5px #888888;
}


@media screen and (min-width: 480px) {
	/* Modal Content/Box */
	.govshutdown-modal-content {
		background-color: #fefefe;		
		border: 1px solid #888;
		width: 50%; /* Could be more or less, depending on screen size */    		
		color:black;
		
		top: 30%;
		left: 50%;
		transform: translate(-50%, -50%);		
    font-family: 'Georgia', 'Times', serif !important;

	}
}

.govshutdown-content-body{
	margin: 40px 25px 20px 25px;  
  text-align:left !important;
  font-weight:normal;
}

.govshutdown-content-body *{
  text-align:left !important;
  font-size: 18px !important;
  line-height: 1.2em !important;
}

.govshutdown-modal-content .closebtn{
  text-align:center;
  padding: 10px 0px;
}

.govshutdown-modal-content .closebtn button{
background-color: #008CBA; /* Green */
    border: none;
    color: white;
    padding: 10px 30px !important;
    text-align: center !important;
    text-decoration: none !important;
    display: inline-block !important;
    font-size: 16px !important;
    cursor: pointer !important;
    margin:0px 5px;
    line-height:1em !important;
    
    background-image: linear-gradient(to bottom,rgba(255,255,255,0.07),rgba(0,0,0,0.07));
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.4), 0 1px 2px rgba(0,0,0,0.13);
}

/* The Close Button */
.govshutdown-modal .close {
    color: black !important;    
    position:absolute;
    right:2px;
    top:-8px;
    font-size: 35px;
    font-weight: bold !important;
}

.govshutdown-modal .close:hover,
.govshutdown-modal .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
