body{
	/*
	cursor: default;
	min-height: 100%;
	max-width: 100%;
	height: 100%;
	color: #FFF;
	background: hsla(0,0%,14%,1);
	display: table;
	table-layout: fixed;
	min-width: 100%;
	font-family: "open-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	*/
	cursor: default;
	color: #FFF;
	background: hsla(0,0%,14%,1);
	font-family: "open-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	min-height: 100%;
	max-width: 100%;
	min-width: 100%;
	margin: 0;
}

.seperator_horz{
  width: 100%;
  border-bottom: 1px solid grey;
  float: left;
  padding: 2px;
  
}

.available{
	border: 1px solid grey;
	overflow: auto;
	max-height: 200px;
}

.loading{
	border: 2px solid grey;
	background-color: hsla(0,0%,22%,1);
	height: 45px;
	width: 100%;
	white-space: nowrap;
	line-height: 45px;
	font-weight: bold;
	text-align: center;
	/*
	overflow: hidden;
	*/
}

.button2{
	display: inline-block;
	padding: 1rem 2rem;
	font-size: 1.6rem;
	font-weight: 600;
	text-align: center;
	color: hsla(0,0%,96%,1);
	background: #3994db;
}

.buttoni{
	display: inline-block;
	padding: 1.0rem 1.0rem;
	margin: .25rem .25rem;
	font-size: 1.6rem;
	font-weight: 600;
	text-align: center;
	color: hsla(0,0%,96%,1);
	background: hsla(0,0%,22%,1);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	text-decoration: none;
}

.buttoniold {
	display: inline-block;
	position: relative;
	color: #888;
	text-shadow: 0 1px 0 rgba(255,255,255, 0.8);
	text-decoration: none;
	text-align: center;
	padding: 8px 12px;
	font-size: 12px;
	font-weight: 700;
	font-family: helvetica, arial, sans-serif;
	border-radius: 4px;
	border: 1px solid #bcbcbc;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.12);
	box-shadow: 0 1px 3px rgba(0,0,0,0.12);
	background-image: -webkit-linear-gradient(top, rgba(50,50,50,1) 0%,rgba(46,46,46,1) 60%,rgba(60,62,59,1) 100%);
	background-image: -moz-linear-gradient(top, rgba(50,50,50,1) 0%,rgba(46,46,46,1) 60%,rgba(60,62,59,1) 100%);
	background-image: -o-linear-gradient(top, rgba(50,50,50,1) 0%,rgba(46,46,46,1) 60%,rgba(60,62,59,1) 100%);
	background-image: -ms-linear-gradient(top, rgba(50,50,50,1) 0%,rgba(46,46,46,1) 60%,rgba(60,62,59,1) 100%);
	background-image: linear-gradient(top, rgba(50,50,50,1) 0%,rgba(46,46,46,1) 60%,rgba(60,62,59,1) 100%);
}

div.content-box {
	margin-bottom: 1.5rem;
	max-width: 50%;
	font-size: 1.6rem;
	font-weight: 600;
	height: 2.8rem;
	width: 18.0rem;
}

.content-box{
	padding: 2rem 2rem;
	margin-bottom: 3.2rem;
	max-width: 70%;
	margin: 0 auto;
	width: 70%;
	text-align: center;
	box-shadow: 0 0.2rem 0.4rem hsla(0,0%,0%,0.4);
	background: hsla(0,0%,12%,1);
	display: block;
	
}
'
a.device {
	
}

a.device.mobile {
	color: #fff !important;
	text-decoration: none !important;
	font-weight: bold;
	padding: 1.2rem 2rem;
	display: inline-block;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1;
	text-align: center;
	vertical-align: top;
	white-space: normal;
	color: hsla(0,0%,96%,1);
	background: hsla(0,0%,22%,1);
	margin-bottom: 0.5rem;
	
	width: auto;
	
	
	left:2.0rem;
	right: 2.0rem;
	
}

a {
	color: white;
}

a.device.desktop {
	color: #fff !important;
	text-decoration: none !important;
	font-weight: bold;
	padding: 1.2rem 2rem;
	display: block;
    margin-left: auto;
    margin-right: auto;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1;
	text-align: center;
	vertical-align: top;
	white-space: normal;
	color: hsla(0,0%,96%,1);
	background: hsla(0,0%,22%,1);
	margin-bottom: 0.5rem;
	width: 100%;
	max-width: 32.0rem;
	
}

/*
Handles resizing of the display port, browser window
*/
function viewPortStyling() {
    if ($( window ).width() < 505) {
        //handheld
    	 $( "header" ).removeClass( "tablet" ).addClass( "mobile" );
    	 
    } else if ($( window ).width() < 1100) {
        //tablet
        
    } else {
        //desktop
        $( ".view-main-content" ).removeClass( "tablet mobile" ).addClass( "desktop" );
    }
}

img.logo {
	height: 4.0rem;
	top:-0.55rem;
	position: relative;
}

img.logo.mobile {
	height: 3.0rem !important;
	top:0rem  !important;
}

div#offline_msg {
	display: none;
}

div.QA {
	display:block;
	max-height: 20px;;
	overflow:hidden;
	cursor: pointer;
	
	/* Set our transitions up. */
	-webkit-transition: max-height 0.8s;
	-moz-transition: max-height 0.8s;
	transition: max-height 0.8s;
}



















