﻿/*normalize*/
html, 
body, 
form {
	height: 100%;
    background-color: #e4e4e4;
}
body {
	font: normal 12px Arial, Helvetica, sans-serif;
    color: #555555;
}
a {
  background: transparent;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
img {
  border: 0;
}
hr {
    border-width: 1px 0 0 0;
    border-color: #767676;
    border-style: solid;
}
/*typography*/
h1, h2, h3, h4, h5, h6 {
    line-height: normal;
}
h1, h2, h3 {
    font-weight: normal;
    margin: .5em 0;
}
h4, h5, h6 {
    font-weight: bold;
}
h1 {
    font-size: 2.25em;
}
h2 {
    font-size: 1.875em;
}
h3 {
    font-size: 1.5em;
}
h4 {
    font-size: 1.125em
}
h5 {
    font-size: 1em;
}
h6 {
    font-size: .875em;
}
/*mobile rules*/
@media all and (max-width:950px) {
.simple .INR_MainArea{
	float:none;
	margin:0px auto;
}
.simple .MenuCol{
	display:none;
}
#wrapper .MenuCol{
	margin-top:0px;
	max-width:100%;
}
#wrapper .inr-result, #wrapper .result-review-container, #wrapper .inr-container, #wrapper .patient-detail-container {
    display:block;
}
#wrapper .inr-result div{
    margin:10px 0px;
}
}