body.xkzd {
    background-color: #eee;
    padding-top: 4.1rem;
    padding-bottom: 2.2rem;
}
.bg-purple {
    background-color: #7952b3!important;
}
.news>p {
    text-indent: 2em;
}
.schools {
    border-radius: 0;
    background-color: #f8f9fa;
}
.schools>.list-group-item {
    padding: 0;
    border: 0;
}
.schools>.list-group-item .media {
    padding: 1rem;
    border: 0.5rem solid #f8f9fa;
    background-color: #dc3545;
    color: #fff;
}
.majors {
    border-radius: 0;
    padding: 0 1.25rem;
    background-color: #f8f9fa;
}
.majors>.list-group-item {
    border: 0;
    background-color: #f8f9fa;
    border-top: 1px dotted #6c757d;
    padding: 0.75rem 0;
}
.majors>.list-group-item:first-child{
    border-top: 0;
}
.majors>.list-group-item p:last-child{
    margin-bottom: 0;
}
.majors>.list-group-item .badge {
    font-size: 1rem;
    border-radius: 0;
    margin-right: 1rem;
}
.loading {
    position: fixed;
    z-index: 1000;
    top: 50%;
    left: 50%;
    margin-top: -0.5rem;
    margin-left: -0.5rem;
}
.card>.card-title {
    background-color: #6c757d;
    color: #fff;
    font-weight: bold;
    border-top-right-radius: 0.2rem;
    border-top-left-radius: 0.2rem;
}
.navbar.navbar-dark{
    color: rgba(255,255,255,.5);
    font-size: 0.8rem;
}
.sticker {
    background-color: #343a40!important;
    width: 100%;
    padding: 1rem 0;
}
.sticker>.pop {
    display: none;
}
.sticker>img {
    width: 6rem;
    height: 6rem;
}
@media (min-width: 992px) {
    .sticker {
        width: auto;
        position: fixed;
        top: 0.5rem;
        right: 1rem;
        margin-top: 0;
        background-color: #fff!important;
        padding: 0;
        z-index: 1200;
    }
    .sticker>img {
        width: 3rem;
        height: 3rem;
    }
    .sticker>.pop {
        display: none;
    }
    .sticker:hover>.pop {
        display: block;
        width: auto;
        position: fixed;
        top: 4.5rem;
        right: 1rem;
        margin-top: 0;
        background-color: #fff!important;
        padding: 0;
        z-index: 1201;
        box-sizing: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    }
    .pop>img {
        width: 12rem;
        height: 12rem;
    }
}
