html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, abbr, acronym, address, big, cite, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, input, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: top;
}

body {
    font-family: Roboto, sans-serif;
    font-size: 1.1em;
    line-height: .8em;
    color: #000;
    font-weight: 300;
    background-color: #e6e6e6;
    width: 1500px;
}

.cardWrapper {
    display: inline-block;
    height: 490px;
    width: 320px;
    background-color: #fff;
    margin-top: 10px;
    margin-left: 5px;
    box-shadow: 2px 2px 2px #888;
    padding-bottom: 10px;
}

.cardInner {
    margin-top: 5px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 300px;
    height: 450px;
    background-color: #fff;
    overflow-y: scroll;
    padding-bottom: 10px;
}

.cardTitle {
    position: inherit;
    top: 0;
    left: 0;
    font-weight: 300;
    width: 320px;
    text-align: center;
    background-color: #303f9f;
    color: #fff;
    box-shadow: 2px 2px 2px #888;
    padding-top: 7px;
    height: 20px;
    letter-spacing: -1.2px;
}

ul {
    padding: 0;
    margin: 0px;
    margin-left: 20px;
    font-size: 14px;
    list-style-type: square;
}

ol {
    padding: 0;
    margin: 0;
    margin-left: 20px;
    font-size: 14px;

}

li {
    padding-top: 2px;
}

@media only screen and (min-width: 390px) {
    body {
        width: 400px;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 780px) {
    body {
        width: 790px;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 1170px) {
    body {
        width: 1180px;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 1560px) {
    body {
        width: 1570px;
        margin: 0 auto;
    }
}

.imagesContainer {
    width: 292px;
    height: 200px;
    overflow-x: hidden;
    overflow-y: scroll;
    margin-bottom: 5px;
    display: block;
}

.image {
    width: 292px;
    height: 200px;
}

h1 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 5px;
}

h2 {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 5px;
}

h3 {
    margin-top: 5px;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 5px;
}

h4 {
    margin-top: 5px;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 5px;
}

.smallText {
    font-size: 10px;
    font-weight: 300;
}

.imageCount {
    position: relative;
    top: 180px;
    left: 260px;
    color: white;
    z-index: 1;
}

.textBackgroundColor {
    background-color: #303f9f;
}

p {
    margin-top: 5px;
    font-family: Roboto, sans-serif;
    font-size: 12px;
    font-weight: 300;
}

sup {
    font-size: 10px;
}

table, td, th {
    font-size: 12px;
    border-collapse: collapse;
    border: 1px solid #000000;
    width: 292px;
    white-space: nowrap;
    text-align: center;
}

th {
    font-weight: 500
}

td, th {
    padding-top: 2px;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 2px;
}

.btn {
    background-color: #303f9f;
    border-bottom-color: #fff;
    border-bottom-style: none;
    border-bottom-width: 0;
    border-image-outset: 0;
    border-image-repeat: stretch;
    border-image-slice: 100%;
    border-image-source: none;
    border-image-width: 1;
    border-left-color: #fff;
    border-left-style: none;
    border-left-width: 0;
    border-right-color: #fff;
    border-right-style: none;
    border-right-width: 0;
    border-top-color: #fff;
    border-top-style: none;
    border-top-width: 0;
    box-shadow: rgba(0,0,0,0.117647) 0 1px 3px 0px,rgba(0,0,0,0.239216) 0 1px 2px 0;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    height: 34px;
    line-height: 22.5px;
    margin-bottom: 16px;
    outline-color: #fff;
    outline-style: none;
    outline-width: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-bottom: 6px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 6px;
    text-align: center;
    text-decoration: none;
    transition-delay: 0s,0s,0s,0s;
    transition-duration: 0.3s,0.15s,0.3s,.3s;
    transition-property: background-color,color,box-shadow,opacity;
    transition-timing-function: ease,ease,ease,ease;
    vertical-align: middle;
    white-space: nowrap;
    width: 292px;
    -webkit-user-select: none;
    letter-spacing: -1.2px;
}