* {
box-sizing: border-box;
}

*:focus {
	outline: none;
}
body {
font-family: Arial;
background-color: #FFF;
}
.gdlr-parallax-wrapper {
overflow: hidden;
height:120px;
background-position: center 0px;
background-repeat: no-repeat;
position: relative;
}
.gdlr-heading-shortcode {
color: #ffffff;
background-color: #009de9;
font-size: 30px;
font-weight:400;
margin: 35px 0px 0px 20px;
padding: 8px 19px;
display: inline-block;
}
.download {
margin: 0px auto;
width: 600px;
}
.logo{
margin: 0px auto;
width: 600px;
}

img.displayed {
margin: 20px;
height: 43px;
width: 153px;
}

.app-title {
text-align: center;
color: #4f4f4f;
font-size: 14px;
font-weight: bold;
}

.download-form {
text-align: center;
line-height: 1.7;
color: #4f4f4f;
font-size: 12px;
padding-left:110px;
padding-right:110px;
}

#download {
color: #3498DB;
}

#launch {
color:#4f4f4f;
font-size:14px;
font-weight:bold;
}

a {
color: #4f4f4f;
}

#list {
text-align: left;
}

.control-group {
margin-bottom: 10px;
}

.btn {
border: 2px solid transparent;
background: #3498DB;
color: #ffffff;
font-size: 16px;
line-height: 25px;
padding: 10px 0;
text-decoration: none;
text-shadow: none;
box-shadow: none;
transition: 0.25s;
display: block;
width: 250px;
margin: 0 auto;
}

.btn:hover {
background-color: #2980B9;
}

hr {
display: block;
width: 600px;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
margin: 1em auto;
padding: 0;
}

.footer-link {
text-align: center;
font-size: 10px;
color: #999;
margin-top: 12px;
display: block;
margin: 0 auto;
}