

b, strong {
    font-weight: 600 /* 400 */
}

body {
    color: #111;
    font-weight: 300;
    font-family: Oxygen,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1rem;
}

.customTable {
    width: 100%;
}

    .customTable td {
        padding: .5rem;
    }

.youtube-container {
    display: block;
    margin: 20px auto;
    max-width: 600px;
    position: realtive;
}

.youtube-thumb {
    display: block;
    margin: auto;
}

.play-button {
    height: 72px;
    width: 72px;
    left: 50%;
    top: 50%;
    margin-left: -36px;
    margin-top: -36px;
    position: absolute;
    background: url("http://i.imgur.com/TxzC70f.png") no-repeat;
}

/**umb_name:h2 - no top margin*/
h2 {
    font-family: Oxygen,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.2;
    margin-top: 0;
}

/**umb_name:h1*/
h1 {
    font-family: Oxygen,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1.8rem;
    font-weight: 300;
    line-height: 1.2;
}

/**umb_name:h2*/
h2 {
    font-family: Oxygen,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.2;
}

/**umb_name:h3*/
h3 {
    font-family: Oxygen,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.2;
    margin: 1rem 0 .2rem;
}

/**umb_name:h4*/
h4 {
    font-family: Oxygen,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 300;
    line-height: 1.2;
}

/**umb_name:h5*/
h5 {
    font-family: Oxygen,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 300;
    line-height: 1.2;
}

/**umb_name:Emphasis*/
.text--emphasis {
    color: #165079;
}

/**umb_name:paragraph*/
p {
    color: #111;
    font-weight: 300;
    font-family: Oxygen,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1rem;
    line-height: 1.4;
    margin-bottom: .7em;
}

/**umb_name:h2+emphasis*/
h2.text--emphasis {
    font-family: Oxygen,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.2;
    color: #165079;
}

/**umb_name:Blue*/
.text--blue {
    color: #00ADD8;
}

/**umb_name:Red*/
.text--red {
    color: red;
}

/**umb_name:Green*/
.text--green {
    color: green;
}

/**umb_name:Orange*/
.text--orange {
    color: orange;
}

/**umb_name:Lead Paragraph*/
.text--lead {
    color: #165079;
}

/**umb_name:Generic Button*/
.genButton {
    display: inline-block;
    font-size: 1rem;
    line-height: 1.4;
    background-color: #00baff;
    padding: 10px 20px;
    border-radius: 3px;
    color: #fff;
    margin: 20px 0;
    position: relative;
    cursor: pointer;
    border: 0;
    background-color: #285176;
    padding: 5px 10px;
    color: #fff;
}
