.modal {
	padding: 12px;
	}


.modal-open .modal,.btn:focus{
	outline:none  !important
	}

.modal a:link, a:visited, a:active {
	color: #000000;
	font-family: 'PT Sans', sans-serif;	
	outline:none;
	}
	
.modal a:hover {
	color: #f0b310;}

.modal-open .modal, .btn:focus, a:focus a:active{
    outline:none !important
}

.modal ul  {
	margin-left: -40px;
	}

.modal li {
	padding: 0;
	list-style-type: none;
	border-bottom: 1px solid #f0b310;
	}

.modal ul li a {
	display: block;
	font-size: .875em;
	}	

.modal li:last-child {
	border-bottom: 0px;
	}
		
.modal p {
	margin-top: -9px;
	}
	
.modal-header {
	border: 0px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	}
	
.modal-body {
	padding-bottom: 0;
	padding-top: 6px;
	}

.modal-footer {
	padding-top: 6px;
	border: 0px;
	}

.modal-header h2 {
	color: #000000;
	}	
	
.modal h3 {
	color: #87c6f8;
	}
	
	
/*BUTTONS FROM FLAT-UI */
.btn {
  border: none;
  background: #87c6f8;
  color: #ffffff;
  padding: 6px 12px 8px;
  line-height: 22px;
  text-decoration: none;
  text-shadow: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-backface-visibility: hidden;
}
.btn:hover,
.btn:focus,
.btn-group:focus .btn.dropdown-toggle {
  background-color: #9fd1f9;
  color: #ffffff !important;
  outline: none;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-backface-visibility: hidden;
}
.btn:active,
.btn-group.open .btn.dropdown-toggle,
.btn.active {
  background-color: #a1a6a9;
  color: rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}		



@media (max-width: 480px) {

.modal-header h2 {
	font-size: 1.5em;
	}	
	

}
