body {
  background-color: #EBEBEB;
  font-family: 'OpenSans', sans-serif;
  margin:0;
  padding:0;
  background-size: cover;
  background-repeat: no-repeat;
}
.cdialog .cdlg-title {
   font-size: 20px !important;
   font-family: 'OpenSans', sans-serif;
   line-height: 2;
}
div.cdialog .cdlg-btn-container .cancel {
    border: 1px solid #1678df;
    background-color: #1678df;
    color: #fff;
}

div.cdialog .cdlg-btn-container .try-again {
	position: absolute;
	right: 20px;
}

.cdialog .cdlg-btn-container {
	width: 90%;
}
.download_button {
	cursor: pointer;
}

.centered-small-box {
  position: fixed;
  top: 47%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-family: 'Open Sans', sans-serif;
}

.centered-small-box .header {
  font-weight: 700;
  margin: 0 auto;
  width: 580px;
  padding: 5px;
  text-align: center;
  border-right: solid 1px #9e9e9e;
  border-left: solid 1px #9e9e9e;
  border-top: solid 1px #9e9e9e;
  display: block;
  -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.26);
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.26);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#faf9f9), to(#afafaf));
  background-image: -webkit-linear-gradient(top, #faf9f9, #afafaf);
  background-image: -moz-linear-gradient(top, #faf9f9, #afafaf);
  background-image: -o-linear-gradient(top, #faf9f9, #afafaf);
  background-image: linear-gradient(to bottom, #faf9f9, #afafaf);
}

.centered-small-box .container {
  margin: 0 auto;
  width: 580px;
  height: 250px;
  padding: 25px 5px;
  -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.26);
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.26);
  background-color: #f7f7f7;
  border-right: solid 1px #9e9e9e;
  border-left: solid 1px #9e9e9e;
  border-bottom: solid 1px #9e9e9e;
  color: white;
  text-align: center;
}

.centered-small-box .container .tagline {
  color: black;
  font-size: 21px;
  font-weight: 700;
  margin: 10px 0;
}

.centered-small-box .container .tagline2 {
  color: black;
  font-size: 14px;
  font-weight: 100;
}

.centered-small-box .container img {
  max-width: 100px;
  vertical-align: middle;
  float: left;
}

.centered-small-box .container .download {
  display: block;
  margin-top: 50px;
	text-align: right;
	padding: 0 60px;
}

.centered-small-box .container .download p.disclaimer {
  color: black;
  max-width: 270px;
  text-align: left;
  float: right;
  font-size: 0.7rem;
}

.centered-small-box .container .download p.disclaimer a {
  font-weight: 100;
  color: black;
  text-decoration: underline !important;
}

.centered-small-box .container .download .download_button {
  cursor: pointer;
  display: inline-block;
  min-width: 270px;
  text-align: center;
  color: white;
  font-weight: bold;
  letter-spacing: 1.2px;
  padding: 13px 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#029b04), to(#1e6504));
  background-image: -webkit-linear-gradient(top, #029b04, #1e6504);
  background-image: -moz-linear-gradient(top, #029b04, #1e6504);
  background-image: -o-linear-gradient(top, #029b04, #1e6504);
  background-image: linear-gradient(to bottom, #029b04, #1e6504);
}

.centered-small-box .container .content {
  height: 155px;
}

.centered-small-box .container .line {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#141414), to(#919191));
  background-image: -webkit-linear-gradient(top, #141414, #919191);
  background-image: -moz-linear-gradient(top, #141414, #919191);
  background-image: -o-linear-gradient(top, #141414, #919191);
  background-image: linear-gradient(to bottom, #141414, #919191);
  height: 1.5px;
}

.bottom-text {
  text-align: center;
  margin-top: 20px;
  color: #9b9b9b;
  font-weight: bold;
  font-size: 14px;
}

.bottom-text p {
  width: 580px;
  margin: 0 auto;
  text-align: left;
  font-size: 10.4px;
  color: black;
}


.footer {
position: fixed;
top: 70%;
left: 50%;
transform: translate(-50%,0);
  text-align: center;
  min-width: 700px;
  font-size: 0.8rem;
  color: #fff;
  margin: 40px auto; }
.footer ul {
    padding: 0;
    display: inline-block;
    max-width: 90%;
    vertical-align: bottom; }
.footer ul li {
      display: inline-block; }
.footer ul li a {
        color: #5f5f5f;
        margin: 0 15px;
        font-size: 0.9rem; }
