.btnhide { display:none;}

.hba1c-to-blood-sugar-converter .center{
}

.hba1c-to-blood-sugar-converter .container560{
width: 560px;
}

.hba1c-to-blood-sugar-converter .header {
    background: #F52900;
    padding: 12px 15px;
}
.hba1c-to-blood-sugar-converter .title {
    font-family: 'Open Sans', sans-serif;
    color: white;
    font-size: 22px; line-height:24px;
    font-weight: bold;
}
.hba1c-to-blood-sugar-converter .sub-title {
    font-size: 16px;
    color: white;
    margin-top: 5px;
}
.hba1c-to-blood-sugar-converter .content {
    border: 1px solid #ddd;
    border-top: 0px solid white;
    padding: 15px;
}
.hba1c-to-blood-sugar-converter .instruction {
   
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 18px;
}
.hba1c-to-blood-sugar-converter input[type=text] {
    padding: 0px;
    margin: 0px;
    height: 55px;
    text-align: center;
    color: red;
    font-size: 21px;
    box-sizing: border-box;  -moz-box-sizing: border-box;  -webkit-box-sizing: border-box;
    width: 100%;
    float: left;
    border: 1px solid #333;
    -webkit-appearance: none;
    border-radius: 0;
}
.hba1c-to-blood-sugar-converter input#mmoll {
    margin-right: 15px;
}
.hba1c-to-blood-sugar-converter label[for="mmoll"] {
    font-size: 18px;
}

.hba1c-to-blood-sugar-converter .button {
    padding: 11px;
    color: white;
    text-align: center;
    margin-top: 15px;
    cursor:pointer;
    position:relative;
	font-size:18px !important;
}
.hba1c-to-blood-sugar-converter .button:active{
    top: 1px;
}
.hba1c-to-blood-sugar-converter .button:hover{
    background: #333;
}

.hba1c-to-blood-sugar-converter .green{
     background: #8DC63F;
}
.hba1c-to-blood-sugar-converter .step {
    margin-top: 10px;
    color: #919191;
    font-size: 13px;
}
.hba1c-to-blood-sugar-converter span.step-change {
    font-weight: bold;
}
.hba1c-to-blood-sugar-converter .radio tr {
    height: 27px;
    vertical-align: middle;
}
.hba1c-to-blood-sugar-converter td.field-header {
    font-weight: 600;
    color: #333;
    width: 195px;
}

.hba1c-to-blood-sugar-converter input[type=radio] {
    margin-right: 10px;
}
.hba1c-to-blood-sugar-converter td.cell-width {
    width: 89px;
}
.hba1c-to-blood-sugar-converter .result-explain {
    margin-bottom: 15px;
    line-height: 24.9px;
}
.hba1c-to-blood-sugar-converter a {
    color: #F52900;
    text-decoration: underline;
    font-weight: bold;
}
.hba1c-to-blood-sugar-converter div#barMeasurement {
    border-top: 1px solid #616161;
    height: 36px;
    margin-top: 15px;
    position: relative;
    z-index: 1;
    border-left: 1px solid #616161;
    border-right: 1px solid #616161;
    background: #FF0000;
	font-size:14px;
}
.hba1c-to-blood-sugar-converter .span-orange {
    float: left;
    height: 35px;
    width: 33.3%;
    background: #FFA500;
}
.hba1c-to-blood-sugar-converter .span-green {
    float: left;
    height: 35px;
    width: 33.3%;
    background: #81C246;
    content: "new";
    display: block;
}
.hba1c-to-blood-sugar-converter .span-red {
    float: left;
    width: 66.4%;
    height: 35px;
    background: #FF0000;
}
.hba1c-to-blood-sugar-converter .pointer{
    background: url(images/pointer2.png) no-repeat;
    height: 10px;
    position: absolute;
    z-index: 49 !important;
    top: 30px;
    width: 35px;
    left: 0%;
    transition-property: left;
    transition-duration: 1s;
    transition-delay: 0s;
    /* border: transparent; */
}
.hba1c-to-blood-sugar-converter .white-track {
    height: 2px;
    background: rgb(255, 255, 255);
    z-index: 12121212;
    border-top: 1px solid #616161;
}
.hba1c-to-blood-sugar-converter .clear {
    clear: both;
}

.hba1c-to-blood-sugar-converter .span-green:before {
    content: "On target";
    text-align: center;
    display: block;
    padding-top: 10px;
    color: rgb(227, 253, 217);
    font-weight: bold;
}

.hba1c-to-blood-sugar-converter .span-red:before {
    content: "Above target";
    text-align: center;
    display: block;
    padding-top: 10px;
    color: rgb(255, 247, 202);
    font-weight: bold;
}


.hba1c-to-blood-sugar-converter .sub-instruction {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 15px;
}
.hba1c-to-blood-sugar-converter td label {
    cursor: pointer;
}

.hba1c-to-blood-sugar-converter td label {
    cursor: pointer;
}
.hba1c-to-blood-sugar-converter input[type=radio].css-checkbox {
							position:absolute; z-index:-1000; top:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;
						}

						.hba1c-to-blood-sugar-converter input[type=radio].css-checkbox + label.css-label {
							padding-left: 28px;
							height: 17px; 
							display:inline-block;
							line-height:17px;
							background-repeat:no-repeat;
							background-position: 0 0;
							font-size: 14px;
							vertical-align:middle;
							cursor:pointer;

						
							color: rgb(61, 61, 61);
}

						.hba1c-to-blood-sugar-converter input[type=radio].css-checkbox:checked + label.css-label {

							background-position: 0 -17px;
						}
						.hba1c-to-blood-sugar-converter label.css-label {
				background-image:url(//csscheckbox.com/checkboxes/u/csscheckbox_0a5fa897693fd2f58077c9aee8c10f32.png);
				-webkit-touch-callout: none;
				-webkit-user-select: none;
				-khtml-user-select: none;
				-moz-user-select: none;
				-ms-user-select: none;
				user-select: none;
			}
			
			@media(max-width:480px)
{
.hba1c-to-blood-sugar-converter .container560.center {width:100%;}
.hba1c-to-blood-sugar-converter input[type="text"]{
    width:100%;
    margin:0px;
    padding: 0px;
    display:block;
     box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.hba1c-to-blood-sugar-converter label[for="mmoll"]{
    display:block;
    margin-top: 15px;
    margin-bottom:17px;
}
}

@media(max-width:320px){
.hba1c-to-blood-sugar-converter .container560.center {width:100%;}
}
.hba1c-to-blood-sugar-converter strong.reading {
    border: 1px solid #ccc;
    padding: 1px 7px;
    color: rgb(104, 104, 104);
    border-radius: 3px;
}

.hba1c-to-blood-sugar-converter .one-half {
    float: left;
    width: 50%;
}
.hba1c-to-blood-sugar-converter .seperate {
    float: left;
    width: 6%;
    margin-left: 10px;
    margin-right: 10px;
    font-weight: bold;
    margin-top: 27px;
}
.hba1c-to-blood-sugar-converter label {}
.hba1c-to-blood-sugar-converter label {
    display: block;
    clear: both;
    background: #333;
    color: white;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 11px;
    font-weight: bold;
}
.hba1c-to-blood-sugar-converter .inner-half {
    width: 41%;
    float: left;
}
.hba1c-to-blood-sugar-converter .clear{
    clear:both;
}
.hba1c-to-blood-sugar-converter .equals {
    float: left;
    margin-right: 13px;
    margin-top: 30px;
    font-weight: bold;
    font-size: 15px;
}
.hba1c-to-blood-sugar-converter .result {
    border: 1px solid #F52900;
    width: 90.7%;
    float: left;
}
.hba1c-to-blood-sugar-converter .result-title {
    background: #F52900;
    color: white;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}
.hba1c-to-blood-sugar-converter .result-answer {
    text-align: center;
    display: block;
    padding-top: 10px;
    font-size: 30px;
    padding-bottom: 10px;
    color: #333;
    font-weight: bold;
}

@media(max-width:480px){
.hba1c-to-blood-sugar-converter .one-half {width:100%;}
.hba1c-to-blood-sugar-converter .one-half .inner-half:last-child {
    float: right;
    

}
.hba1c-to-blood-sugar-converter .seperate {margin-left:6%}
.hba1c-to-blood-sugar-converter .equals {width:100%;text-align:center;margin-bottom:15px;}
.hba1c-to-blood-sugar-converter .equals {margin-top:15px;}
.hba1c-to-blood-sugar-converter .result {width:100%;}
}

.hba1c-to-blood-sugar-converter label.whitelbl {
    background: white;
    color: #333;
    padding: 00px;
    text-align: left;
    font-weight: normal;
    font-size: 14px;
    vertical-align: middle;
    padding-bottom: 8px;
}
.hba1c-to-blood-sugar-converter input.textbox {
    padding: 0px;
    height: initial;
    font-size: 18px;
    float: none;
    margin-left: 30px;
    border: 1px solid #ccc;
    text-align: left;
    width: 270px;
}
.hba1c-to-blood-sugar-converter tr {
    vertical-align: middle;
    height: 37px;
    border-bottom: 1px solid #F4F4F4;
    margin-top: 11px;
    display: block;
    width: 100%;
}
.hba1c-to-blood-sugar-converter .error {
    background: white;
    color: red;
    padding: 0px;
    text-align: left;
    margin-left: 29px;
    margin-bottom: 0px;
    margin-top: 0px;
}
.hba1c-to-blood-sugar-converter label.error {
    display: none !important;
}
.hba1c-to-blood-sugar-converter input.textbox.error {
    border: 1px solid red;
}
.hba1c-to-blood-sugar-converter .button.orange {
    background: #81C246;
    border: 1px solid #6B8600;
}
.hba1c-to-blood-sugar-converter select#type {
    float: right;
    width: 270px;
    border: 1px solid #ccc;
	font-size:18px;
}
.hba1c-to-blood-sugar-converter td {
    width: 100%;
}
.hba1c-to-blood-sugar-converter label.whitelbl {}
.hba1c-to-blood-sugar-converter td.hundred input {
    float: right;
    margin-top: 3px;
}
.hba1c-to-blood-sugar-converter input#email {
    float: right;
}
.hba1c-to-blood-sugar-converter .result-email {
    border: 1px solid orange;
    background: rgb(255, 247, 232);
    padding: 10px;
    line-height: 21px;
}
.hba1c-to-blood-sugar-converter input#newsletter {
    margin-right: 14px;
    margin-bottom: 10px;
}
.hba1c-to-blood-sugar-converter label.checkbox {
    background: none;
    display: inline;
    color: #333;
    margin-top: -7px;
    position: relative;
    top: -2px;
    font-size: 13px;
    text-align: left;
    cursor: pointer;
    font-weight: 400;
}
.hba1c-to-blood-sugar-converter #type.error {
    border: 1px solid red;
}

.hba1c-to-blood-sugar-converter .one-half.hold-normal input[type="text"] {
    
    border: 1px solid #ACACAC;
    padding: *;
    margin: *;
    height:35px;
    width: 107px
    
;
    float: left;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);

    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.hba1c-to-blood-sugar-converter label[for="avgbg"] {
    background: none;
    color: #333;
    display: inline-block !important;
    font-weight: normal;
    font-size: 15px;
    margin-left: 14px;
    margin-top: 1px;
}
.hba1c-to-blood-sugar-converter .one-half.hold-normal {
    margin-bottom: 15px;
}
.hba1c-to-blood-sugar-converter .different-form #emailResults {
    display: none;
}

.hba1c-to-blood-sugar-converter .estim-results {
    background: #F52900;
    color: white;
    padding: 4px 0px 4px 16px;
    margin-bottoM: 14PX;
    margin-left: -17px;
    width: 254px;
    font-weight: bold;
}

.hba1c-to-blood-sugar-converter .different-form .result {
    border: 1px solid #eee !important;
    padding: 9px;
    font-size: 14px;
    line-height: 19px;
}
.hba1c-to-blood-sugar-converter .different-form .button.green {
    padding: 4px;
    margin-top: 7px;
    font-weight: bold;
    border: 1px solid rgb(46, 176, 46);
}


@media(max-width:480px)
{
.hba1c-to-blood-sugar-converter .different-form .result {margin-top:15px;width: auto;}
}
.hba1c-to-blood-sugar-converter input[disabled="true"] {
    background: #F2F2F2;
}

.hba1c-to-blood-sugar-converter {
    float: left;
    margin-bottom: 15px;
}

/* new */


.hba1c-to-blood-sugar-reverse .hba1c-to-blood-sugar-converter .center{
}

.hba1c-to-blood-sugar-reverse .container560{
width: 560px;
}

.hba1c-to-blood-sugar-reverse .header {
    background: #F52900;
    padding: 12px 15px;
}
.hba1c-to-blood-sugar-reverse .title {
    font-family: 'Open Sans', sans-serif;
    color: white;
    font-size: 22px; line-height:24px;
    font-weight: bold;
}
.hba1c-to-blood-sugar-reverse .sub-title {
    font-size: 16px;
    color: white;
    margin-top: 5px;
}
.hba1c-to-blood-sugar-reverse .content {
    border: 1px solid #ddd;
    border-top: 0px solid white;
    padding: 15px;
}
.hba1c-to-blood-sugar-reverse .instruction {
   font-size: 18px;
    margin-bottom: 15px;
    line-height: 18px;
}
.hba1c-to-blood-sugar-reverse input[type=text] {
    padding: 0px;
    margin: 0px;
    height: 55px;
    text-align: center;
    color: red;
    font-size: 21px;
    box-sizing: border-box;  -moz-box-sizing: border-box;  -webkit-box-sizing: border-box;
    width: 100%;
    float: left;
    border: 1px solid #333;
    -webkit-appearance: none;
    border-radius: 0;
}
.hba1c-to-blood-sugar-reverse input#mmoll {
    margin-right: 15px;
}
.hba1c-to-blood-sugar-reverse label[for="mmoll"] {
    font-size: 18px;
}

.hba1c-to-blood-sugar-reverse .button {
    padding: 11px;
    color: white;
    text-align: center;
    margin-top: 15px;
    cursor:pointer;
    position:relative;
  
	font-size:18px !important;
}
.hba1c-to-blood-sugar-reverse .button:active{
    top: 1px;
}
.hba1c-to-blood-sugar-reverse .button:hover{
    background: #333;
}

.hba1c-to-blood-sugar-reverse .green{
     background: #8DC63F;
}
.hba1c-to-blood-sugar-reverse .step {
    margin-top: 10px;
    color: #919191;
    font-size: 13px;
}
.hba1c-to-blood-sugar-reverse span.step-change {
    font-weight: bold;
}
.hba1c-to-blood-sugar-reverse .radio tr {
    height: 27px;
    vertical-align: middle;
}
.hba1c-to-blood-sugar-reverse td.field-header {
    font-weight: 600;
    color: #333;
    width: 195px;
}

.hba1c-to-blood-sugar-reverse input[type=radio] {
    margin-right: 10px;
}
.hba1c-to-blood-sugar-reverse td.cell-width {
    width: 89px;
}
.hba1c-to-blood-sugar-reverse .result-explain {
    margin-bottom: 15px;
    line-height: 24.9px;
}
.hba1c-to-blood-sugar-reverse a {
    color: #F52900;
    text-decoration: underline;
    font-weight: bold;
}
.hba1c-to-blood-sugar-reverse div#barMeasurement {
    border-top: 1px solid #616161;
    height: 36px;
    margin-top: 15px;
    position: relative;
    z-index: 1;
    border-left: 1px solid #616161;
    border-right: 1px solid #616161;
    background: #f10000;
	font-size:14px;
}
.hba1c-to-blood-sugar-reverse .span-orange {
    float: left;
    height: 35px;
    width: 33.3%;
    background: #FFA500;
}
.hba1c-to-blood-sugar-reverse .span-green {
    float: left;
    height: 35px;
    width: 33.3%;
    background: #81C246;
    content: "new";
    display: block;
}
.hba1c-to-blood-sugar-reverse .span-red {
    float: left;
    width: 66.4%;
    height: 35px;
    background: #FF0000;
}
.hba1c-to-blood-sugar-reverse .pointer{
    background: url(images/pointer2.png) no-repeat;
    height: 10px;
    position: absolute;
    z-index: 49 !important;
    top: 30px;
    width: 35px;
    left: 0%;
    transition-property: left;
    transition-duration: 1s;
    transition-delay: 0s;
    /* border: transparent; */
}
.hba1c-to-blood-sugar-reverse .white-track {
    height: 2px;
    background: rgb(255, 255, 255);
    z-index: 12121212;
    border-top: 1px solid #616161;
}
.hba1c-to-blood-sugar-reverse .clear {
    clear: both;
}

.hba1c-to-blood-sugar-reverse .span-green:before {
    content: "On target";
    text-align: center;
    display: block;
    padding-top: 10px;
    color: rgb(227, 253, 217);
    font-weight: bold;
}


.hba1c-to-blood-sugar-reverse .span-red:before {
    content: "Above target";
    text-align: center;
    display: block;
    padding-top: 10px;
    color: rgb(255, 199, 199);
    font-weight: bold;
}
.hba1c-to-blood-sugar-reverse .sub-instruction {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 15px;
}
.hba1c-to-blood-sugar-reverse td label {
    cursor: pointer;
}

.hba1c-to-blood-sugar-reverse td label {
    cursor: pointer;
}
.hba1c-to-blood-sugar-reverse input[type=radio].css-checkbox {
							position:absolute; z-index:-1000; top:-1000px; overflow: hidden; clip: rect(0 0 0 0); height:1px; width:1px; margin:-1px; padding:0; border:0;
						}

						.hba1c-to-blood-sugar-reverse input[type=radio].css-checkbox + label.css-label {
							padding-left: 28px;
							height: 17px; 
							display:inline-block;
							line-height:17px;
							background-repeat:no-repeat;
							background-position: 0 0;
							font-size: 14px;
							vertical-align:middle;
							cursor:pointer;

						
							color: rgb(61, 61, 61);
}

						.hba1c-to-blood-sugar-reverse input[type=radio].css-checkbox:checked + label.css-label {

							background-position: 0 -17px;
						}
						.hba1c-to-blood-sugar-reverse label.css-label {
				background-image:url(//csscheckbox.com/checkboxes/u/csscheckbox_0a5fa897693fd2f58077c9aee8c10f32.png);
				-webkit-touch-callout: none;
				-webkit-user-select: none;
				-khtml-user-select: none;
				-moz-user-select: none;
				-ms-user-select: none;
				user-select: none;
			}
			
			@media(max-width:480px)
{
.hba1c-to-blood-sugar-reverse .container560.center {width:100%;}
.hba1c-to-blood-sugar-reverse input[type="text"]{
    width:100%;
    margin:0px;
    padding: 0px;
    display:block;
     box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.hba1c-to-blood-sugar-reverse label[for="mmoll"]{
    display:block;
    margin-top: 15px;
    margin-bottom:17px;
}
}

@media(max-width:320px){
.hba1c-to-blood-sugar-reverse .container560.center {width:100%;}
}
.hba1c-to-blood-sugar-reverse strong.reading {
    border: 1px solid #ccc;
    padding: 1px 7px;
    color: rgb(104, 104, 104);
    border-radius: 3px;
}

.hba1c-to-blood-sugar-reverse .one-half {
    float: left;
    width: 50%;
}
.hba1c-to-blood-sugar-reverse .seperate {
    float: left;
    width: 6%;
    margin-left: 10px;
    margin-right: 10px;
    font-weight: bold;
    margin-top: 27px;
}
.hba1c-to-blood-sugar-reverse label {}
.hba1c-to-blood-sugar-reverse label {
    display: block;
    clear: both;
    background: #333;
    color: white;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 11px;
    font-weight: bold;
}
.hba1c-to-blood-sugar-reverse .inner-half {
    width: 41%;
    float: left;
}
.hba1c-to-blood-sugar-reverse .clear{
    clear:both;
}
.hba1c-to-blood-sugar-reverse .equals {
    float: left;
    margin-right: 13px;
    margin-top: 30px;
    font-weight: bold;
    font-size: 15px;
}
.hba1c-to-blood-sugar-reverse .result {
    border: 1px solid #E5E5E5;
    float: left;
    padding: 10px;
    font-size: 14px;
	line-height:16px;
}
.hba1c-to-blood-sugar-reverse .result-title {
    background: #F52900;
    color: white;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}
.hba1c-to-blood-sugar-reverse .result-answer {
    text-align: center;
    display: block;
    padding-top: 10px;
    font-size: 30px;
    padding-bottom: 10px;
    color: #333;
    font-weight: bold;
}

@media(max-width:480px){
.hba1c-to-blood-sugar-reverse .one-half {width:100%;}
.hba1c-to-blood-sugar-reverse .one-half .inner-half:last-child {
    float: right;
    

}
.hba1c-to-blood-sugar-reverse .seperate {margin-left:6%}
.hba1c-to-blood-sugar-reverse .equals {width:100%;text-align:center;margin-bottom:15px;}
.hba1c-to-blood-sugar-reverse .equals {margin-top:15px;}
.hba1c-to-blood-sugar-reverse .result {width: auto;margin-top: 15px;}
}

.hba1c-to-blood-sugar-reverse label.whitelbl {
    background: white;
    color: #333;
    padding: 00px;
    text-align: left;
    font-weight: normal;
    font-size: 14px !important;
    vertical-align: middle;
    padding-bottom: 8px;
}
.hba1c-to-blood-sugar-reverse input.textbox {
  padding: 0px;
    height: initial;
    font-size: 18px;
    float: none;
    margin-left: 30px;
    border: 1px solid #ccc;
    text-align: left;
    width: 270px;
}
.hba1c-to-blood-sugar-reverse tr {
    vertical-align: middle;
    height: 37px;
    border-bottom: 1px solid #F4F4F4;
    margin-top: 11px;
    display: block;
    width: 100%;
}
.hba1c-to-blood-sugar-reverse .error {
    background: white;
    color: red;
    padding: 0px;
    text-align: left;
    margin-left: 29px;
    margin-bottom: 0px;
    margin-top: 0px;
}
.hba1c-to-blood-sugar-reverse label.error {
    display: none !important;
}
.hba1c-to-blood-sugar-reverse input.textbox.error {
    border: 1px solid red;
}
.hba1c-to-blood-sugar-reverse .button.orange {
    background: #81C246;
    border: 1px solid #6B8600;
}
.hba1c-to-blood-sugar-reverse select#type {
    float: right;
    width: 270px;
    border: 1px solid #ccc;
	font-size:18px;
}
.hba1c-to-blood-sugar-reverse td {
    width: 100%;
}
.hba1c-to-blood-sugar-reverse label.whitelbl {}
.hba1c-to-blood-sugar-reverse td.hundred input {
    float: right;
    margin-top: 3px;
}
.hba1c-to-blood-sugar-reverse input#email {
    float: right;
}
.hba1c-to-blood-sugar-reverse .result-email {
    border: 1px solid orange;
    background: rgb(255, 247, 232);
    padding: 10px;
    line-height: 21px;
}
.hba1c-to-blood-sugar-reverse input#newsletter {
    margin-right: 14px;
    margin-bottom: 10px;
}
.hba1c-to-blood-sugar-reverse label.checkbox {
    background: none;
    display: inline;
    color: #333;
    margin-top: -7px;
    position: relative;
    top: -2px;
    font-size: 13px;
    text-align: left;
    cursor: pointer;
    font-weight: 400;
}
.hba1c-to-blood-sugar-reverse #type.error {
    border: 1px solid red;
}

.hba1c-to-blood-sugar-reverse .one-half.hold-normal input[type="text"] {
    
    border: 1px solid #ACACAC;
    padding: *;
    margin: *;
    height:35px;
    width: 107px
    
;
    float: left;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);

    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-appearance: none;
    border-radius: 0;
}
.hba1c-to-blood-sugar-reverse label[for="avgbg"] {
    background: none;
    color: #333;
    display: inline-block !important;
    font-weight: normal;
    font-size: 15px;
    margin-left: 14px;
    margin-top: 1px;
}
.hba1c-to-blood-sugar-reverse .one-half.hold-normal {
    margin-bottom: 15px;
}
.hba1c-to-blood-sugar-reverse .different-form #emailResults {
    display: none;
}

.hba1c-to-blood-sugar-reverse .estim-results {
    background: #F52900;
    color: white;
    padding: 4px 0px 4px 16px;
    margin-bottoM: 14PX;
    margin-left: -17px;
    width: 254px;
    font-weight: bold;
    font-size: 13px;
}

.hba1c-to-blood-sugar-reverse .different-form .result {
    border: 1px solid #eee !important;
    padding: 9px;
    font-size: 14px;
    line-height: 19px;
}
.hba1c-to-blood-sugar-reverse .different-form .button.green {
    padding: 4px;
    margin-top: 7px;
    font-weight: bold;
    border: 1px solid rgb(46, 176, 46);
}

@media(min-width: 506px) and (max-width: 827px){
	.inner-half:last-child {
    float: right;
}
.seperate {
    margin-left: 6% !important;
}
 .hba1c-to-blood-sugar-reverse .one-half {width:100%;}
.hba1c-to-blood-sugar-reverse .one-half .inner-half:last-child {
    float: right;
    

}
.hba1c-to-blood-sugar-reverse .seperate {margin-left:6%}
.hba1c-to-blood-sugar-reverse .equals {width:100%;text-align:center;margin-bottom:15px;}
.hba1c-to-blood-sugar-reverse .equals {margin-top:15px;}
.hba1c-to-blood-sugar-reverse .result {width: auto !important;margin-top: 15px;}
 .hba1c-to-blood-sugar-reverse{
    width: 60%;}
 
  .hba1c-to-blood-sugar-reverse .container560{
    width: 100%
 }

 .hba1c-to-blood-sugar-converter{
    width: 60%;}
 .hba1c-to-blood-sugar-converter .container560{
     WIDTH:100%
 }
    #mainbody #lefthandnav{
        width: 35% !important;}
        .hba1c-to-blood-sugar-converter .container560.center {width:100%;}
.hba1c-to-blood-sugar-converter input[type="text"]{
    margin:0px;
    padding: 0px;
    display:block;
     box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.hba1c-to-blood-sugar-converter label[for="mmoll"]{
    display:block;
    margin-top: 15px;
    margin-bottom:17px;
}
.hba1c-to-blood-sugar-converter .one-half {
width: 100%;
}

.equals {
    widtH: 100%;
    text-align: center;
    margin-tOP: 15PX !IMPORTANT;
    margin-bottOM: 15PX;
}
.result {
    widtH: 100% !IMPORTANT;
}

.inner-half {
}
}
.form input[type="text"] {
    color: #333;
    border-radius: 0;
    -webkit-appearance: none;
}

.form input[type="email"] {
    color: #333;
    border-radius: 0;
    -webkit-appearance: none;
}

@media(max-width:480px)
{
.hba1c-to-blood-sugar-reverse .different-form .result {margin-top:15px;width: auto;}
}
.hba1c-to-blood-sugar-reverse input[disabled="true"] {
    background: #F2F2F2;
}

.hba1c-to-blood-sugar-reverse {
    float: left;
    margin-bottom: 5px;
}

@media(min-width: 814px)
{
	.float-right {
float: right;
width: 25%;
}
}