* {
    margin: 0;
    padding: 0;
    outline: none;
    box-sizing: border-box;
}

#main{
	position:relative;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

body {
    background: #eee;
    color: #444;
    -webkit-font-smoothing: antialiased;
    font-family: 'SansationLight'; /*"HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; */
    font-weight: 300;
    font-weight: 400;
    height: auto !important;
    /*height: 100%;*/
    min-height: 100%;
    text-rendering: optimizeLegibility;
}
hr {
	margin-left: 15%;
	margin-right: 15%;
}

h1{
	height: 70px;
	font-size: 1.17em;
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
    display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	text-align: center;
	padding: 12px 0;
}

h2{
	font-size: 0.83em;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
    display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	text-align: center;
}

.specimg {
	width: 100%;
	margin: auto;
}

.sectionHeadimg div {
	width: auto;
	height:50px;
	margin-top:20px;
}

.sectionHeadimg img {
	width: auto;
	height:40px;
	margin-top:20px;
	margin-bottom: 20px;
}

#SpecDetails {
	background-color: white;
}

.descriptor {
	text-align: center;
	font-size: 16px;
	padding:55px 0 5px;
}

#SecurityDescription {
	font-size: 20px;
}

#wsfeatures{
	width: 100%;
}

#detailstable {
	width: 95%;
	border-collapse: collapse;
	margin: 10px 0 0 2.5%;
}
.namecol {
	color: blue;
	text-align: center;
	border-right: 1px solid rgb(96,138,205); /* #ccc;*/
	padding: 12px;
	
}
.namecol p {
	color: rgb(96,138,205);
	display:block;
	vertical-align: middle;
}
th, td {
	border: 1px solid rgb(96,138,205); /* #ccc; */
	padding: 10px 0 10px 30px;
	text-align: left;
	border-left: none;
	border-right: none;
}
#detailstable tr:first-child td{
	border-top: none;
}
#detailstable tr:last-child td{
	border-bottom: none;
}
.tblicon {
	height: 40px;
}
/*Handle iPhone Portait*/							
@media all and (min-width: 376px) {
	h1{
		font-size: 1.5em;
	}
	h2{
		font-size: 1.17em;
	}
	.descriptor {
		font-size: 20px;
	}
}

/* Medium screens */
@media all and (min-width: 715px) 
{
	h1{
		font-size: 2em;
	}
	h2{
	font-size: 1.5em;
	}
	
	.descriptor {
		font-size: 22px;
	}
	
}

@media(min-width: 1025px){
/*	
	#main{
		max-width:1000px;
		border-right: 12px solid white;
		border-left: 12px solid white;
	}
*/
	#sectionHeadimg, #Dimensions, #Sensors, #details, #detailstable {
		background-color: white;
	}
	#Sensors, #details {
		padding: 50px 0;
	}
	#PortsAndInterface, #PowerDock {
		background-color: rgba(249,249,249, 1);
		padding: 50px 0;
	}
	
	img, .specimg, #detailstable {
		max-width: 1025px;
	}
}

