#myBtn .btn-primary {
	background-color: #2ed200!important;
	border-color: #2ed200!important;
}
#myModal {
	width:100%;
	height: 800px;
	background:transparent;
}
#viewport {
	border:1px solid #555;
	width:700px;
	height:700px;
}
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 100000; /* Sit on top */
  left: 10px;
  top: 100px!important;
  width: 95%; /* Full width */
  height: 800px; /* 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 */
  top:40px;
  margin:0px auto;
  vertical-align: middle;
}
/* The Close Button */
.close {
  color: #000;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
 /* Modal Header */
.modal-header {
  padding: 10px;
  color: #555;
}

/* Modal Body */
.modal-body {padding: 2px 10px;}

/* Modal Content */
.modal-content {
	position: relative;
	/*background-color: #fefefe;*/
	background-color:#fff;
	margin: auto;
	padding: 15px;
	/* border: 1px solid #888; */
	width: 750px;
	height: 751px;
	overflow-x: auto;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19); 
	animation-name: animatetop;
	animation-duration: 0.4s;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
}

/* Modal Footer */
.modal-footer {
	padding: 2px 10px;
	width: 90%;
	margin: 0 auto;
	color: #878787;
	font-size: 10px;
}

/* Add Animation */
@keyframes animatetop {
  from {top: -300px; opacity: 0}
  to {top: 0; opacity: 1}
} 

 /* The Modal end */
@media only screen and (max-width: 1079px) {
	.modal-content {
		width:600px;
		height:600px;
	}
	
}
@media only screen and (max-width: 809px) {
	.modal-content {
		width:80%;
		height:80%;
		padding: 0;
		margin:0;
	}
	
}
