/* css for buttons on landingpage */

.table h1 {
    margin-top: 0;
    font-size: 130%;
}
.table h2 {
    margin-top: 0;
    font-size: 120%;
}
.table h3 {
    margin-top: 0;
    font-size: 115%;
}
.table h4 {
    margin-top: 0;
    font-size: 110%;
}
.table h5 {
    margin-top: 0;
    font-size: 105%;
}
.table h6 {
    margin-top: 0;
    font-size: 100%;
}
.table hr {
    border-color: rgb(221, 221, 221);
    margin: 1ex 0;
}


a:hover{
    color: #009682;
    text-decoration: underline;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 5px 5px;
}

/* This is a little darker than the official color to meet the google accessibility requirements */
.kit_link_on_white_background{
    color: rgb(0, 117, 112);
    cursor:pointer;
}
.small_darkgrey_on_lightgrey {
    color:#666666;
    font-size: small;
}


.kitopen_landingpage_markdown table{
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    background-color: transparent;
    border-spacing: 0;
    border-collapse: collapse;
    box-sizing: border-box;
}
.kitopen_landingpage_markdown>table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: rgb(221, 221, 221);
}

/* wraparound preformatted markdown code */
.kitopen_landingpage_markdown > pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

#landingpagetitle{
    font-size: 24px;
}

/* chapter container */
#video-chapters{
    overflow-y:auto!important;
    height:auto!important;
}

