
@media screen and (max-width: 600px) {
	body {
		overflow: scroll;
		overflow-y: scroll;
		font-size: 15pt;
		box-sizing: border-box;
	}
	
	a:active, a:focus { 
	 	outline: none; 
	 	-moz-outline-style: none; 
	 	border: 0px;
	}
	
	#wrapper {
		display: block;
		overflow: scroll;
	}
	
	#header {
	  	overflow: hidden;
	  	height: 100px;
	}
	
	#navhdr {
		margin-left: 10px;
		margin-right: 10px;
		margin-top: 20px;
	height: 80px;
	}
	
	#logo {
		margin-left:  0px;
		text-align: center;
	}
	
	.centerrow {
		display: block;	
		padding-left: 10px;
		padding-right: 10px;
		background-color:  white;
     	overflow-y: scroll;
	}
	
	.maincell textarea {
	   width: auto;
	}
		
	.subgrid {
		display:  block;
		overflow: scroll;
		overflow-y: scroll;
	}
	
	.footer {
		margin-left: 0;
		margin-right: 0;
		margin-top: 20px;
		height:  auto;
	}
	
	.availHeader, .takenHeader {
		margin-top: 10px;
	}
	
	#availList, #takenList {
		font: 14pt Georgia, Times New Roman, Times, serif;
		margin-left: 15px;
	}
	
	.detailName {
		font: 14pt Georgia, Times;
	}

		
	.avail_domain {
		padding: 5px;
	}
	
	.avail_domain a {
		text-decoration: none;
	}
	
	.altRow {
		background-color: #eee;
	}
	
	.detailbox, #backToResults {
		margin-top: 5px;
		margin-bottom: 5px;
	}
	
	#scratchbox_words {
		margin-top: 5px;
	}

	#footermain {
		height:  auto;
	}
	
	.desktop {
		display: none;
	}
	
	.mobile {
		display: block;
	}
	
	.mobile_inline {
		display: inline-block;
	}
	
	#beginnings h4, #endings h4, #scratchbox h4, #checkOne h4 {
		background: #007396 url(/img/gears.gif) left bottom no-repeat;
		color: #ffffff;
		font-size: 24px;
		font-weight: bold;
		padding: 5px;
		margin: 5px 0 5px 0px;
	}
	
	.availHeader, .takenHeader {
		font-size: 18pt;
	}
	
	#scratchbox h4 {
		margin-top: 10px;
	}
	
	.beginnings-select, .endings-select {
		margin-top: 15px;
	}
	
	.pluscell h4 {
		display: none;
	}
	
	.smallbold {
		font-size: 14pt;
	}
	
	.pluscell h4 {
		margin: 0px;
	}
	
	#combine {
		padding-top: 5px;
		width: 100%;
	}
}