#title-bkg {
    position: absolute;
    top: 0;
    left: 0;
}

#righthand-accent {
    position: absolute;
    top: 0;
    right: 0;
}

.return-button {
    width: auto;
    display: inline-block;
    padding: 11px 20px 0;
    cursor: pointer;
}

.return-button {
    background: #f1f1f1;
    border: 1px solid #c3c3c3;
    border-radius: 5px;
    height: 26px;
    text-align: center;
    color: #3f7189;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

#close-screen {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 10;
    cursor: pointer;
}

ul {
margin: 0px;
}

#screen-description ul {
    list-style: disc;
    margin-left: 15px;
    font-size: 15px;
}

#title p {
    color: #fff;
    padding-left: 55px;
    margin-top: 0;
    position: relative;
}

h1 {
    color: white;
    position: relative;
    margin-top: 20px;
	margin-bottom: 7px;
    font-weight: 300;
    font-size: 2.3em;
    letter-spacing: 1.1px;
    padding-left: 1.4em;
}

h2 {
	color: #2d425f;
}

#screen-description {
    position: relative;
    top: 85px;
    left: 54px;
    font-size: 1em;
    color: black;
    z-index: 10;
    font-weight: 400;
    width: 45%;
}