body{
    font-family: 'Roboto';
    text-align: center;
}

#container{
    max-width: 720px;
    margin: auto;
}

input, button{
    font-family: 'Roboto';
}

.fullspan {
    width: 100%;;
}
.col-wrapper{
    display: flex;
    text-align: center;
}

.button{
    background-color: #d0ae2d;
    color: white;
    padding: 5px;
    border-radius: 10px;
    border-color: #c4a42a;
    margin: 5px;
}

.button:hover{
    background-color: #c4a42a;
    border-color: #d0ae2d;
}

#result{
    height: 500px;
}

#resultWrapper{
    display: none;
}

a{
    text-decoration: none !important;
}

#back{
    width: 100px;
    height: 100px;
    position: absolute;
    top: 18px;
    left: 40px;
    border-radius: 50%;
}

.removeLine {
    background-color: #ff0000;
    border: none;
    border-radius: 10px;
    margin: 5px;
    width: 15px;
    height: 15px;
}

.removeLine:hover{
    background-color: #ff3030;
}

.readonly {
    border: 0px;
    text-align: center;
    font-style: italic;
    margin-right: 15px;
}

#chargesWrapper label {
    margin-right: 15px;
}

.stats{
    position: absolute;
    display: flex;
    top: 85px;
}

.ttip {
    position: absolute;
    width: 225px;
    height: 150px;
    box-shadow: 0 1px 2px #303030;
    border-radius: 8px 8px 8px 8px;
    background-color:#fff;
    display: none;
    text-align: left;
    padding: 5px;
    margin-left: 125px;
}
.contents {
    font-size: 15px;
    font-weight:bold;
    text-align: center;
}
.closettip {
    font-size: 15px;
    margin: 6px;
    color: #fff;
    display: block;
    width: 22px;
    height: 22px;
    background: #d0ae2d;
    float: right;
    border-radius: 15px;
}
#large {
    display: none;
    position: absolute;
    background: #FFFFFF;
    padding: 0px;
    z-index: 10;
    min-height: 0px;
    min-width: 0px;
}
.ttip p{
    margin: 0;
}