

body {
    min-width: 320px;
}

main {
    background-color: #e9e9e9;
}

section {
    padding: 0 2rem 2rem;
}

section section {
    padding: 0 1rem 1rem;
}

section section section {
    padding: 0 0.5rem 0.5rem;
}

.ro-thumb {
    padding: 0 0.25rem;
}

.ro-thumb img {
    width: 100%;
    height: auto;
}

.ro-thumb img, .ro-thumb footer {
    cursor: pointer;
}

h1, h2, h3, h4 {
    font-weight: normal;
    text-transform: uppercase;
}

h1 {
    font-size: 1.3rem;
}
h3 {
    font-size: 1rem;
}
h2 {
    font-size: 1rem;
}
h2.lead {
    text-transform: none;
}

.ro-active a.nav-link {
    border-bottom: 2px solid darkorange;
}

header {
    padding: 0 0.25rem;
    font-size: 85%;
    overflow: hidden;
}

.ro-thumb header {
    height: 1rem;
}

.ro-thumb header {
    padding: 0 0.25rem;
    position: relative;
    top: -1.25rem;
}

.ro-thumb footer {
    position: relative;
    top: -1.5rem;
    font-size: 85%;
    height: 1.7rem;
    padding: 0.155rem 0.5rem 0 0.5rem;
    background: #fff;
}

.ro-thumb .ro-duration {
    margin-left: 1rem;
    float: right;
}

b {
    font-weight: normal;
}

a {
    color: blue;
}

h1, h1 * {
    color: red;
}

h2, h2 * {
    color: darkorange;
}

h3, h3 * {
    color: green;
}

.ro-letters a {
    width: 38px;
    height: 38px;
    margin-bottom: 3px;
    cursor:pointer;
}

.ro-letter {
    text-transform: uppercase;
    font-size: 15rem;
    color: red;
    margin: -6rem 0 0 0;
    text-align:center
}

.ro-player .js-video {
    width: 100%;
    height: 500px;
}


.list-group-item .badge {
    margin-right: 1rem;
}

.h225 {
    max-height: 225px;
    overflow: hidden;
}

.img-thumbnail {
    border: none;
}

.badge-pill {
    margin-bottom: 0.2rem;
    padding: .3rem .3rem .5rem;
    border-radius: 3px;
}

ul.csv {
    list-style: none;
    padding-inline-start: 0;
    margin-bottom: 0;
}
.csv li {
    display: inline;
}
.csv li + li:before {
    content: ", ";
}