body {
    background-color: #00a9db;
}

header {
    background-color: #ffffff;
}

.navbar-brand {
    
}

#p_complimentary_text, #p_codeResponse {
    color: #ffffff;
}

#button_submitCode, #button_download {
    color: #ffffff;
    background-color: #ff6600;
}

#button_submitCode:hover, #button_download:hover:enabled {
    color: #ffffff;
    background-color: #de6d21;
}

.div_download_synopsis {
    color: #535554;
}

.body_gradient {
    background: linear-gradient(#0196c1, #ffffff); /* Standard syntax */
	background-repeat: no-repeat;
}

#header_text {
    font-size: 28px;
    font-style: normal;
    font-variant: normal;
    font-weight: 700;
    line-height: 30px;
    margin: 25px auto;
    text-align: center;
	color: #fff;
}

.footer {
	background-color: #0195c1;
}