body {
    /* background-color: #F5F5F5; */
    background-color: white;
}

.time-container-floating {
    background-color: #FFFFFF;
    border-radius: 50%;
    width: 7em;
    height: 7em;
    text-align: center;
    border-style: solid;
    border-width: 0px;
    border-color: #d8d8d8;
    float: right;
    right: 2px;
    position: absolute;
    z-index: 100;
    margin-top: 40px !important;
}

.time-container-floating.small {
     width: 5em;
     height: 5em;
     margin-top: 10px !important;
 }

.time-container-floating label {
    font-weight: 400;
    line-height: 4em;
    font-size: 1.75em;
    color: #222;
}

.time-container-floating.small label {
    font-weight: 400;
    line-height: 2em;
    font-size: 1.15em;
    color: #222;
}

.comment-with-vote {
    margin-right: 2em;
}

.combination-detail-value {
    color: #333;
    font-size: 1em;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 18px;
    margin: 0 0 14px 0;
}

pre.notes {
    color: #222;
    cursor: auto;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1em;
    font-style: normal;
    font-weight: normal;
    line-height: 1.5;
    overflow-wrap: break-word;
    background-color: transparent;
    white-space: normal;
    border: 0;
    padding: 0;
}

strong, b {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 800;
    white-space: nowrap;
}

.panel {
    -webkit-box-shadow: 1px 1px 1px 0px #CCC;
    -moz-box-shadow: 1px 1px 1px 0px #CCC;
    box-shadow: 1px 1px 1px 0px #CCC;
    border-radius: 3px;
}

.cat-list li a {
    font-size: 13px;
    margin-right: 4px;
}

.cat-list li i {
    margin-right: 4px;
}

#footer {
    padding: 30px 0 0;
}

.shadow_effect1b {
    -webkit-box-shadow: 0 4px 20px -5px #AAA;
    -moz-box-shadow: 0 4px 20px -5px #AAA;
    box-shadow: 0 4px 20px -5px #AAA;
}