body {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: 400;
    font-style: normal;
    font-size: 100%;
    vertical-align: baseline;
    line-height: normal;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#container * {
    font-family: 'Raleway', sans-serif;
}
#container {
    text-align: center;
    bottom: 0;
    height: 340px;
    left: 0;
    margin: auto;
    position: fixed;
    right: 0;
    top: 0;
    width: 800px;
    overflow-y: auto;
}
#container h1,
.blankTemplate .slickModal .title {
    font-size: 30px;
    border-bottom: solid 1px #ddd;
    padding-bottom: 24px;
    margin-bottom: 24px;
    color: #fff;
}
#container p {
    font-size: 13px;
    line-height: 18px;
    padding-bottom: 40px;
}
#container h2,
#container p,
.blankTemplate .slickModal p {
    /*text-align: center;*/
    font-weight: normal;
    margin: 0;
}
#container p,
.blankTemplate .slickModal p {
    font-size: 14px;
    line-height: 20px;
}
.manualLabel,
#container h1,
.blankTemplate .slickModal .title {
    display: block;
    font-weight: 700;
    text-align: center
}
.manualLabel {
    margin: 0 10px;
    width: 200px;
    height: 52px;
    line-height: 52px;
    font-size: 12px;
    color: #fff;
    background: #f78f8f;
    cursor: pointer;
    text-transform: uppercase;
    display: inline-block;
}
.blankTemplate .slickModal .closeModal.cta {
    background: #3dc197;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 700;
    width: 100px;
    margin: 20px auto;
}
.manualLabel:hover,
.blankTemplate .slickModal .closeModal.cta:hover {
    opacity: 0.7;
}
.blankTemplate .slickModal a.docs {
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    text-align: center;
    display: inline-block;
    font-weight: 700;
    color: #999;
    font-size: 12px;
}