/* The Modal (background) */

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: rgb(25,25,25);
  margin: auto;
  padding: 20px;
  border: 2px solid #888;
  width: 550px;
  position: relative;
  top: 50%;
  transform: translateY(-80%);
  border-radius:8px;
}


/* The Close Button */
.modal-close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  margin-top:-20px;
  margin-right:-10px;
  font-family: "Trebuchet MS";
}

.modal-close:hover,
.model-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.innerDownload {
	background: #1e2a3a;
    border: 1px solid #888;
    line-height: 28px;
    margin-top: 10px;
    padding: 10px;
    border-radius:5px;
}

.cornerDownload {
	position: fixed;
	right: 28px;
	top:12px;
	background: rgba(88, 144, 255, .9);
	border: 1px solid rgba(0, 0, 0, .1);
	padding: 8px;
	border-radius:2px;
	font-size: 14px;
	z-index: 3;
}

.modal-header {
	font-weight: bold;
	font-size:16px;
	color:#ffad1d;
    text-align: center;
    margin-top:10px
}

.modal-body {
    font: "Trebuchet MS";
	font-size:14px;
	line-height: 24px;
    text-align: center;
    color:#cccccc;
}

.modal-footer {
	font-size:10px;
    text-align: center;
    color:#999999;
    margin-bottom:-15px;
    margin-top: 5px;
}