.btn-primary {
    background: #b3a439 !important;
    color:#000 !important;
    text-transform: uppercase;
    font-weight: bold;
    border: none;
    font-size: 0.8em;
}


#info {
    width: 100%;
    font-size: 0.9em;
}

#info th {
    text-align: left;
}

#info td {
    text-align: right;
    color:#fff;
}

#info td, #info th {
    border-bottom: 1px solid #333;
    padding: 4px;
}

h3 {
    color: #fff;
    font-size: 1.8em;
}

.bar {
    background: #b3a439;
    text-align: center;
    padding: 6px;
    margin-bottom: 20px;
    color: #000000;
    font-weight: bolder;
    font-size: 1.2em;
    border-radius: 6px;
}