.sk-dots {
    margin: 0;
}

.sk-dots>.sk-dot {
    padding-left: 1.5rem;
    padding-right: 3rem;
    position: relative;
    flex: 0 0 auto;
}

.sk-dots>.sk-dot::before {
    content: "";
    height: 25px;
    width: 25px;
    border-radius: 50%;
    left: 0;
    position: absolute;
}

.sk-dots>.sk-dot.no-school::before {
    background-color: #492365;
}

.sk-dots>.sk-dot.conference::before {
    background-color: #575047;
}

.sk-dots>.sk-dot.keep::before {
    background-color: #005f71;
}

.sk-dots>.sk-dot.first::before {
    background-color: #005c49;
}

.sk-dots {
    padding: 0;
    display: flex;
    flex-flow: row nowrap;
}

ul {
    list-style-type: none;
}

.feature-box div.content {
    padding: 0px;
    background-color: #eee;
}

.sk-weekdays {
    margin: 0;
    padding: 20px 0;
    background-color: #ddd;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
}

.sk-weekdays li {
    text-align: center;
}

.sk-days {
    background: #eee;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-gap: 2px;
}

.sk-days li {
    list-style-type: none;
    font-size: 1rem;
    height: 3rem;
    text-align: center;
    display: flex;
    flex-flow: row nowrap;
    position: relative;
    align-items: center;
    justify-content: center;
}

.sk-days li>* {
    flex-grow: 1;
    width: 100%;
    height: 100%;
    text-align: center;
    margin: 0;
}

.sk-days li .sk-active {
    background: #492365;
    color: white !important;
}