/*Gym tracker landing CSS*/
.gym-tracker-nowrap {
    white-space: nowrap;
}

.list-calendar{
    padding: 0 20px 0 20px;
}

.list-calendar li{
    margin:8px;
}

.round-button {
    border: solid 1px #EA5B24;
    border-radius: 50%;
    display: block;
    font-weight: 400;
    height: 35px;
    line-height: 35px;
    text-align: center;
    text-decoration: none;
    width: 35px;
}

.round-button-active {
    background: #EA5B24;
    border: solid 1px #EA5B24;
    border-radius: 50%;
    color: #FFF;
    display: block;
    font-size: 14px;
    font-weight: 400;
    height: 35px;
    line-height: 35px;
    text-align: center;
    text-decoration: none;
    width: 35px;
}

.round-button-empty {
    border: none;
    border-radius: 50%;
    display: block;
    font-weight: 400;
    height: 35px;
    line-height: 35px;
    text-align: center;
    text-decoration: none;
    width: 35px;
}

span.avoid-wrap {
    display: inline-block;
}
