a {
    text-decoration: none;
    color:#fff;
    font-size:13px;
}

a:link {
    color: #FFFFFF
}

a:active {
    color: #CCCCCC
}

a:visited {
    color: #FFFFFF
}

a:hover {
    color: #33CCFF
}

img.moon-logo {
    margin-bottom: 5px;
}

.Time {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #fff;
    font-weight: bold;
    line-height: 14px
}

span.time {
    font-size: 13px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;font-weight:bold;
}

a.time {
    font-size: 13px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:bold;
}

.App_title {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-style: normal;
    line-height: normal;
    color: #FFFFFF;
    font-weight: bold
}

.form {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: normal;
    font-weight: normal
}

.calculate {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: normal;
    font-weight: bold
}

.small {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-style: normal;
    color: #FFFFFF
}
#btn {
    border-radius: 2px;
    background-color: #fff;
    color: #000;
    font-size: 11px ;
    font-weight: bolder;
    font-family: 'Open Sans',sans-serif;
    padding:7px;
    text-transform: capitalize;
    transition: background-color .15s ease-out;

}
#btn:hover{
    background-color: #000;
    color:#fff;
        border: 1px solid #fff;
}