/* - - - - - - - - - - - - - -
/ TCN806 - VIA Rail Tutorial /
- - - - - - - - - - - - - - */

body {
    padding-left: 110px;
    font-family: Arial;
    min-width: 800px;
    max-width: 1200px;
}

/* Disclaimer at top of page */
div.disclaimer {
    background-color: red;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    font-family: Arial;
    text-align: center;
    color: white;
    padding-top: 2px;
    padding-left: 2px;
    padding-bottom: 2px;
    padding-right: 2px;
}

div.assignmentInfo {
    font-size: 12px;
    text-align: right;
}

/* The left sidebar */
.sidebarLeft {
    background-color: white;
    position: absolute;
    left: 0;
    float: left;
    width: 100px;
    margin: 0 0 0 0;
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 6px;
    padding-right: 9px;
}

.fluidMedia {
    position: relative;
    padding-bottom: 56.25%; /* proportion value to aspect ratio 16:9 (9 / 16 = 0.5625 or 56.25%) */
    padding-top: 10px;
    padding-right: 56.25%;
    padding-left: 30px;
    overflow: hidden;
}

.fluidMedia iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    /* background-color: lightgrey; */
}

.bigButton {
    float: right;
    font-size: 18px;
    background: rgba(255,255,255,1);
    border-style: solid;
    border-width: 2px;
    padding: 10px 10px 10px 10px;
    height: 45px;
    width: 150px;
    }

.bigButton:hover {
    font-weight: bold;
    }

/*iframe {
    border: none;
    background-color: lightgrey;
}*/