﻿.titleHeader {
    text-decoration:underline;
    color: #16242a;
    font-family: 'Comic Sans MS';
    font-size: 26px;
    font-weight: normal;
    line-height: 10px;
    margin: 10px 0 20px;
    /*text-transform: uppercase;*/
    text-shadow: 2px 2px 0 #000, margin: 10px 0 24px;
    text-align: left;
    text-shadow: rgba(255,255,255,.1) -1px -1px 1px,rgba(0,0,0,.5) 1px 1px 1px;
}
.title {
    color: #16242a;
    font-family: 'Comic Sans MS';
    font-size: 18px;
    font-weight: normal;
    line-height: 10px;
    margin: 10px 0 20px;
    /*text-transform: uppercase;*/
    text-shadow: 2px 2px 0 #000, margin: 10px 0 24px;
    text-align: left;
    text-shadow: rgba(255,255,255,.1) -1px -1px 1px,rgba(0,0,0,.5) 1px 1px 1px;
}

.paragraphQuestion {
    font-family: 'Comic Sans MS';
    font-size: 15px;
    letter-spacing: 0px;
    word-spacing: 2px;
    color: chocolate;
    font-weight: bold;
    /*font-weight: 200;*/
    text-decoration: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
}

.paragraphAnswer {
    font-family: 'Comic Sans MS';
    font-size: 15px;
    letter-spacing: 0px;
    word-spacing: 2px;
    color: black;
    font-weight: bold;
    /*font-weight: 200;*/
    text-decoration: none;
    font-style: italic;
    font-variant: normal;
    text-transform: none;
}

.paragraph {
    font-family: 'Comic Sans MS';
    font-size: 15px;
    letter-spacing: 0px;
    word-spacing: 2px;
    color:chocolate;
    font-weight:bold;
    /*font-weight: 200;*/
    text-decoration: none;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
}

table.darkTable {
    margin-left: 3cm;
    font-family: "Constantia";
    font-style: italic;
    font-weight: lighter;
    border: 2px solid #000000;
    background-color: #4A4A4A;
    width: 70%;
    /*height: 200px;*/
    text-align: left;
    border-collapse: collapse;
}

    /*table.darkTable td, table.darkTable th {
        border: 1px solid #4A4A4A;
        padding: 3px 2px;
    }*/

    table.darkTable tbody td {
        font-size: 11px;
        color: #E6E6E6;
        /*font-weight:lighter;
        font-style:normal;*/
    }

    table.darkTable tr:nth-child(even) {
        background: #888888;
    }

.polaroid {
    /*width: 80%;*/
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-bottom: 25px;
    border-radius: 8px;
}

 