.course{
    padding: 12px;
    font-size: 14px;
    color: #273c79;
}
.course img{
    border-radius: 100%;
    height: 50px;
    width: 50px;
}
.teacher-image{
    border-radius: 100%;
    height: 132px;
    width: 132px;
}
.course-title{
    font-size: 16px;margin-bottom: 8px;
}

.course-month{
    text-align: center;
    width: 100%;
    font-size: 18px;
    padding: 12px;
}
.course-teacher{font-size: 12px;}
.course-place{font-size: 12px;}
.course-date{font-size: 12px;}
.courses{

}
.courses-item:nth-child(even){
    background-color: #F9F9F9;
}
.courses-item:nth-child(even) .course-month{
    background-color: #EDEDED;
}

.courses-item:nth-child(odd){
    background-color: #EDEDED;
}
.courses-item:nth-child(odd) .course-month{
    background-color: #F9F9F9;
}
.btn-group-toggle .btn-primary:not(.active){
    background-color: #fff;
    color: #273c79;
    border-color: #ddd;
}
.course{
    position: relative;
}
.course-alert{
    position: absolute;
    width: 100%;
    text-align: center;
    flex-direction: column;
    z-index: 5;
    height: 100%;background: rgba(39,60,121,0.92);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    top:0;
    left:0;
}

.tick {
    font-size:1rem; white-space:nowrap;
}

.tick-flip,.tick-text-inline {
    font-size:1.5em;font-weight: 900;
}

.tick-label{
    margin-top:0.3em;
    font-size:0.8em;font-weight: 900;
}

.tick-char {
    width:1.5em;
}

.tick-text-inline {
    display:inline-block;text-align:center;min-width:1em;
}

.tick-text-inline+.tick-text-inline {
    margin-left:-.325em;
}

.tick-group {
    margin:0 .25em;text-align:center;
}

body {
    background-color: rgb(255, 255, 255) !important;
}

.tick-text-inline {
    color:#273c79 !important;
}

.tick-label {
    color:#273c79 !important;
}

.tick-flip-panel {
    color: rgb(255, 255, 255) !important;
}

.tick-flip-panel-text-wrapper {
    line-height: 1.45 !important;
}

.tick-flip-panel {
    background-color:#273c79 !important;
}

.tick-flip {
    border-radius:0.12em !important;
}

@media(max-width:550px){
    .navbar-brand img{
        width: 160px !important
    }
}


@media(max-width: 550px){
    .tick-flip,.tick-text-inline {
        font-size:1em;
    }

}
