.day-block {
    display: inline-block;
    width: 90px;
    vertical-align: top;
}

/*.day-block + .day-block {
    border-left: 1px solid #ddd;
}*/

.days-schedule .day-block {
    padding-top: 10px;
}

.padding-top-10 {
    padding-top: 10px;
}

.link {
    color: #476b9b;
    cursor: pointer;
    margin-bottom: 1px;
}

.link:hover {
    text-decoration: underline;
}

.picked {
    color: white;
    background: #476b9b;
}

.blocked {
    color: #6C7A89;
    background: #BDC3C7;
}

.day-name {
    font-size: 80%;
}

.notify {
    font-size: 120%;
    color: red;
}

.inline-widget {
    color: #333;
    text-shadow: none;
    z-index: 99;
    width: calc(100% + 42px);
}

.inline-widget input {
    padding: 5px 10px;
    margin-bottom: 8px;
    border: 1px solid #ddd;
}

.inline-widget .mb0 {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .inline-widget {
        width: 100%;
    }
}