#modal-content {
    width: 80%;
}
	
@media screen and (max-width:600px) {
	#namad { display: none; }
	#topholder { display: none; }
	#topholder2 { display: block; }
	#top2 { display: block;	}
	#bot { display:none; }
	#bot2 { display:block; }
	#botgray { height: 10px; }
	

	#bodyright {
		width: 100%;
		clear: both;
	}
	#bodyleft {
		width: 100%;
		clear: both;
	}
		.suf {
			width: 100%;
			margin: 0;
			clear: both;
		}

	#modal-content {
	    width: 100%;
	    //height: 100%;
	    margin: 0;
	}
	#modal-body {padding: 0;}
	#modal-footer {
		position: absolute;
		bottom: 0;
	}
	
	#footitem {
		float: none;
		width: 100%;
		border: none;
		border-bottom: 1px solid #666666;
		text-align: center;
	}
		#footitem p {
			text-align: center;
		}
			
	#footitem2 {
		float: none;
		width: 100%;
		padding: 5px 0;
		margin: 5px 0;
	}
}
@media screen and (max-width:400px) {

}