.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.calcArea{
    padding-top: 0px;
}
#texto{
    width: 100%;
    height: 350px;
    border: 1px solid #50768C;
    resize: none;
    padding: 5px;
    box-sizing: border-box;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 20px;
}
.buttons_calc ul{
    padding: 0;
    margin: 0;
}
.buttons_calc ul li{
    background: #3294cc;
    color: #fff;
    line-height: 40px;
    padding-left: 22px;
    margin: 4px 0;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.buttons_calc ul li:hover{
    opacity: 0.8;
}
.buttons_calc ul li.active{
    background: #50768c;
}
button_calc{
    height: 40px;
    color: #fff;
    border: 0 none;
    text-align: left;
    padding-left: 22px;
    background: #50768c;
    text-transform: uppercase;
    width: 100%;
}
button#calc{
    margin: 23px 0 4px;
    font-weight: 700;
    font-size: 14px;
}
.estimate{
    background: #d8d8d8;
    color: #737373;
    padding: 20px 20px 0 20px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 14px;
}
#result{
    color: #3294CC;
    background: #D8D8D8 none repeat scroll 0% 0%;
    padding: 0px 20px 20px 20px;
    margin-bottom: 4px;
    line-height: 49px;
    font-size: 50px;
    font-weight: 700;
}
.chronus {
    width: 220px;
    text-align: center;
    float: left;
}

#chronometer span#seconds{
    text-align:right;
}
#thousandths{
    position: absolute;
    bottom: 30px;
    line-height: 20px;
    width: 100%;
    left: 0;
    font-size: 20px;
}
#chronometer{
    font-family: sans-serif;
    font-size: 70px;
    overflow: hidden;
    display: inline-block;
    letter-spacing:0px;
    border: 8px solid #3294cc;
    border-radius: 50%;
    position: relative;
    width: 208px;
    height: 208px;
    line-height: 208px;
    color: #3294cc; 
    background: #fff;
    position: relative;
    z-index: 10;
    box-shadow: 0 0 0 5px #fff
}
#buttons_cron a {
    font-family: sans-serif;
    margin: 0;
    background-color:#3294cc;
    display:inline-block;
    color:#fff;
    font-family:arial;
    font-size:13px;
    width:70px;
    text-decoration:none;
    transition:all 0.4s;
    text-transform: uppercase;
    padding: 45px 0 10px;
    transform: translateY(-35px);
    position: relative;
    z-index: 0;
}
#buttons_cron a:hover {
    color:#fff;
    opacity: 0.8;
}