/* Here we can set styles for this lab page that we don't want to effect others pages */

/* the period in a CSS selector selects an element by class, e.g., class="minor-section" */
#content {
    background-color: #17386a;
    width: 1450px;
    min-height: 300px;
    padding: 10px;
    margin: 15 px;
    border: ridge 15px #eeeeee;
    font-size: 20px;
}

.minor-section {
    padding: 10px;
    margin-bottom: 10px;
    border: dotted 9px #87ddff;
    background-color: #4dafb5;
}

h1 {
    font-family: serif;
    font-style: oblique;
    font-weight: 1000;
    color: #e8c96e;
    font-size: 250%;
}

h2 {
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    color:#006eb3;
    font-variant: small-caps;
}

h3 {
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    color:#007f8b;
    font-variant: small-caps;
}

p {
    font-family: cursive;
    font-size:85%;
    color: #ffffff;
    text-indent: 30px;
    margin-left: 10px;
}

.caption {
    font-family: cursive;
    font-size: 77%;
    text-align: center;
}

a {
    color: #e8c96e;
}

.text p {
    display: inline-block;
    max-width: 60%;
    margin: 3px;
    padding: 5px 10px;
    border-radius: 15px;
    background-color: #b7bbc1;
    color: #2a57b2;
    font-family: sans-serif;
    font-size: 0.8em;
    text-indent: 0px;
}

.text1 p {
    display: inline-block;
    max-width: 60%;
    margin: 3px;
    padding: 5px 10px;
    border-radius: 15px;
    background-color: #006eb3;
    color: #eeeeee;
    font-family: sans-serif;
    font-size: 0.8em;
    text-indent: 0px;
}

#reveal {
    text-align: right;
}

#output1 {
    text-align: right;
}

#output p {
    color: #e6cbfc;
    font-variant: small-caps;
    font-size: 100%;
    margin-top: 0;
    margin-bottom: 0;
}

#output.cols {
    column-width: 200px;
    column-count: 2;
}