﻿.status_right_itf {
    float: right;
    width: 25%;
}

.status_left_itf{
    width: 75%;
    padding-right: 35px;
}



.log_button_itf input[type="submit"] {
    color: #fff;
    font-size: 25px;
    font-weight: normal;
    font-family: 'RalewayRegular';
    background: #f39200;
    border: none;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    -khtml-border-radius: 30px;
    padding: 5px 25px;
}

    .log_button_itf input[type="submit"]:hover,
    .log_button_itf input[type="submit"]:focus {
        background: #1f5dc1;
        text-decoration: none;
        color: #FFF;
        outline: none;
    }


.generic_white_container {
    padding: 0px 15px;
}

.generic_white_box {
    padding: 30px 30px 5% 30px;
    background: #FFF;
    max-width: 1000px;
    height: auto;
    margin: auto;
    margin-top: 5%;
    text-align: left;
}

    .generic_white_box h1 {
        padding-bottom: 15px;
        font-family: 'OpenSans-Bold';
        font-weight: normal;
        color: #3f5b73;
        font-size: 26px;
        padding-top: 5px;
        text-align: center;
    }


.check_mic {
    color: #3f5b73;
    font-size: 18px;
    font-weight: normal;
    font-family: 'OpenSans';
}


.health_data_right_itf{
	margin-top:20px;
	border:2px solid #ededee;
	padding:10px;
}

.health_data_right_itf h3 {
    border-bottom:1px solid #ededee;
	padding-bottom:13px;
	font-family: 'OpenSans-Bold';
	font-weight:normal;
	color:#3f5b73;
	font-size:20px;
	padding-top:15px;
	text-align:center;
}

.health_data_right_itf .separator{
    border-bottom:1px solid #ededee;
	padding-bottom:15px;
	font-family: 'OpenSans-Bold';
	font-weight:normal;
	font-size:15px;
	padding-top:5px;
	text-align:center;
}
