* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body {
    font-size: 18px;
    font-family: Helvetica, Arial, sans-serif;
    color: black;
    background: rgb(247, 247, 247) none repeat scroll 0% 0%;
    height: 100%;
}

.flags {
    float: left;
}

.flags img {
    width: 30px;
}

input {
    outline: medium none;
}

.ava {
    height: 50px;
}

.trackPixel {
    display: none;
}

a {
    color: rgb(22, 151, 206);
}

a:hover {
    color: rgb(176, 73, 59);
}

a .product {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

a:focus {
    outline: medium none;
}

h1 {
    font-size: 24px;
    font-weight: normal;
}

h2 {
    font-size: 22px;
    font-weight: normal;
}

img {
    border-radius: 5px;
}

.backBlue {
    background-color: #0973c7;
}


/*-----------------------------------------------------------------------------*/

.container {
    position: relative;
    margin: 0px auto;
    width: 960px;
    overflow: auto;
}

button,
.btn {
    background: red none repeat scroll 0 0;
    border: 3px solid white;
    border-radius: 8px;
    box-shadow: 0 3px 7px #666666;
    color: #fff;
    display: block;
    font-size: 17px;
    font-weight: bold;
    margin: 20px auto;
    padding: 20px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
    max-width: 250px;
    cursor: pointer;
}

button:hover {
    background-color: #00AEEF;
    box-shadow: 0 0 5px #3f5b77;
    text-decoration: none !important;
    text-shadow: 0 0 3px #000000;
    color: white;
}

.footer {
    font-size: 12px;
    margin: 10px auto;
    text-align: center;
}

.box,
.box_2 {
    background-color: rgba(98, 140, 130, 0.1);
    padding: 10px;
    overflow: auto;
    border-radius: 3px;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
    clear: both;
}

.box_2 {
    background: #cccccc;
}

.box p {
    line-height: 1.8 !important;
}

.box_2 p {
    line-height: normal !important;
    margin: 5px !important;
    font-style: italic;
    font-size: 15px !important;
}

.important {
    background: #e2e2e2;
    padding: 25px;
    font-weight: bold;
}

.date {
    font-size: 11px;
    float: right;
}

.logo {
    display: table;
    float: left;
    margin: 10px 0;
}

.logo>* {
    display: table-cell;
    vertical-align: middle;
    margin-right: 10px;
}

.logo h1 {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
}

.search {
    margin-top: 35px;
    position: relative;
    text-align: right;
    font-size: 12px;
    float: right;
    text-transform: uppercase;
}

.search input {
    width: 170px;
    padding: 4px 5px;
}

.menu {
    background: #04559f none repeat scroll 0% 0%;
    height: 50px;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.38);
}

.menu ul {
    list-style: outside none none;
    width: 960px;
    margin: 0 auto;
}

ul li {
    display: inline-block;
    float: left;
    margin-right: 23px;
    padding: 14px 10px;
    position: relative;
}

.menu a {
    text-transform: uppercase;
    font-size: 14px;
    color: white;
    text-decoration: none;
}

.editor {
    font-style: italic;
    overflow: auto;
}

.reporter {
    font-style: italic;
    font-weight: bold;
}

.editor img {
    float: left;
    margin: 0 10px 0 0;
    width: 150px;
}

.center_img {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 550px;
}

.chart {
    border: 1px solid #eeeff1;
    padding: 10px;
}

.chart h1 {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    line-height: 25px;
    margin-top: 0;
    background: #eeeff1;
    text-align: center;
    padding: 15px 20px;
}

.chart h1 span {
    color: #8f0001;
    text-transform: uppercase;
}

.chart p {
    color: #6c6e7a !important;
    display: inline-block;
    margin: 10px 0 !important;
    width: 40%;
}

.chart p:nth-child(2n+1) {
    background: #eeeff1;
    width: 60%;
}

.chart p span {
    background: #66a01d none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    padding: 5px;
    text-align: center;
    font-weight: bold;
}

.w1 {
    width: 23%;
}

.w2 {
    width: 47%;
}

.w4,
.w5 {
    background: #939598 !important;
}

.w3 {
    width: 8%;
}

.w4 {
    width: 17%;
}

.w5 {
    width: 5%;
}

.inner p {
    color: #2a2a2a;
    margin: 15px;
    text-align: left;
    font-size: 18px;
    line-height: 1.5;
}

.inner h3 {
    font-weight: bold;
    font-size: 22px;
    line-height: 24px;
}

.inner h3 span {
    font-size: 18px;
}

.statements {
    font-size: 15px;
    line-height: 20px;
    padding: 10px;
    background: rgba(111, 156, 165, 0.55) none repeat scroll 0% 0%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75);
    font-weight: bold;
}

.statements p {
    font-size: 18px;
}

.box img {
    float: left;
    margin-right: 15px;
    width: 170px;
}

.inner {
    background: #fff;
    padding: 0px 30px 10px;
    line-height: 1.5;
}

.inner h2 {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2;
    padding: 20px 0;
    text-transform: uppercase;
}

.doctor_comm {
    width: 50px;
}

.comments {
    font-family: tahoma, arial, verdana, sans-serif, Lucida Sans;
    font-size: 15px;
    color: black;
    text-decoration: none;
}

.comments_header {
    background: rgb(218, 226, 232) none repeat scroll 0% 0%;
    padding: 4px 4px 15px 6px;
    margin-bottom: 10px;
    color: rgb(69, 104, 142);
    font-weight: bold;
}

.comment {
    margin-bottom: 15px;
    position: relative;
    border-bottom: 1px solid rgb(218, 225, 232);
    padding-bottom: 15px;
    overflow: auto;
}

.comment img {
    float: left;
    margin-right: 10px;
}

.comment_name {
    color: rgb(43, 88, 122);
    font-weight: bold;
    font-size: 12px;
}

@media screen and (max-width: 1020px) {
    .menu {
        display: none;
    }
    .container {
        width: auto;
    }
    .inner {
        padding: 0 10px;
    }
    body img {
        max-width: 100%;
    }
    body {
        font-size: 16px;
    }
}

@media screen and (max-width: 820px) {
    .chart p,
    .chart p:nth-child(2n+1) {
        width: 100%;
        display: block;
    }
    .w4,
    .w5 {
        color: #000 !important;
    }
}

@media screen and (max-width: 720px) {
    ul>li {
        width: 50%;
    }
    .search {
        display: none;
    }
    .inner {
        width: 100%;
    }
    .box p {
        line-height: 1.5 !important;
    }
    p {
        margin: 2px;
    }
}

@media screen and (max-width: 520px) {
    .logo {
        margin: 2px 0;
    }
    .logo h1 {
        font-size: 12px;
    }
    .inner h2 {
        font-size: 16px;
    }
    .inner p {
        font-size: 15px;
        margin: 15px 0;
    }
    .logo img {
        width: 40px;
        margin-left: 10px;
    }
}

@media screen and (max-width: 420px) {
    .inner h3 {
        font-size: 16px;
    }
    .inner h3 span {
        font-size: 14px;
    }
    .inner p {
        font-size: 16px;
    }
    .container {
        padding: 0px;
    }
    .box img {
        width: 50%;
    }
    .button {
        width: 80% !important;
    }
    .inner {
        font-size: 14px;
    }
    .date {
        display: none;
    }
}