/*======= Fonts ========/
font-family: 'Roboto', sans-serif;
font-family: 'Montserrat', sans-serif;
*/

a:link, a:visited {
    color: #5191c8;
    text-decoration: none;
}

a:hover {
    color: #B9BEC1;
}

.sort {
    margin-top: 10px;
    margin-left: 10px;
}

.page-title {
    color: #316a9c;
}

.well {
    background: #2C3031;
    color: #B9BEC1;
    border-radius: 10px;
}

.stream-images {
    border-radius: 10px;
    border: 2px solid #B9BEC1;
    -webkit-box-shadow: 0 0 5px #5191c8;
    -moz-box-shadow: 0 0 5px #5191c8;
    box-shadow: 0 0 8px #5191c8;
    width: 320px;
    height: 180px;
}

.stream-channel-logo {
    width: 200px;
    height: 112px;
}

.stream-blocks {
    min-height: 420px;
}

.stream-blocks li {
    list-style: none;
    font-size: 1.3em;
}

#main-row {
    display: none;
    text-align: center;
}



.row-margin-bottom-20 {
    margin-bottom: 20px;
}

