@charset "UTF-8";

.schedule-icon-Live {
    background: #FF69B3;
    color: #fff;
    font-size: 11px;
    padding: 3px 0 2px;
    text-align: center;
    line-height: 1;
    display: block;
    width: 100%;
    font-family: 'Roboto Condensed', sans-serif;
}

.schedule-icon-Event {
    background: #EC3499;
    color: #fff;
    font-size: 11px;
    padding: 3px 0 2px;
    text-align: center;
    line-height: 1;
    display: block;
    width: 100%;
    font-family: 'Roboto Condensed', sans-serif;
}

.schedule-icon-Media {
    background: #000081;
    color: #fff;
    font-size: 11px;
    padding: 3px 0 2px;
    text-align: center;
    line-height: 1;
    display: block;
    width: 100%;
    font-family: 'Roboto Condensed', sans-serif;
}

.schedule-icon-Release {
    background: #1546C7;
    color: #fff;
    font-size: 11px;
    padding: 3px 0 2px;
    text-align: center;
    line-height: 1;
    display: block;
    width: 100%;
    font-family: 'Roboto Condensed', sans-serif;
}

.schedule-icon-OnAir {
    background: #1974D1;
    color: #fff;
    font-size: 11px;
    padding: 3px 0 2px;
    text-align: center;
    line-height: 1;
    display: block;
    width: 100%;
    font-family: 'Roboto Condensed', sans-serif;
}

.schedule-icon-Other {
    background: #8A00BA;
    color: #fff;
    font-size: 11px;
    padding: 3px 0 2px;
    text-align: center;
    line-height: 1;
    display: block;
    width: 100%;
    font-family: 'Roboto Condensed', sans-serif;
}
