/***************************
 BOOTSTRAP MODAL
***************************/

div.modal-dialog .modal-content{
  border: none;
  border-radius: 0;
}
div.modal-header {
  background: #606060;
}     
div.modal-dialog .modal-header .close {
  margin: 0 0 auto;
  border: 1px solid white;
  border-radius: 5px;
  padding: 0.4rem 0.7rem;
  color: white;
  opacity: 1;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
div.modal-dialog .modal-header .close:hover, div.modal-dialog .modal-header .close:focus {
  opacity: 1 !important;
  color: black !important;
  background: white !importan;
}
div.modal-dialog .modal-title{
  color: white;      
  font-size: 25px;
  font-weight: bold;
}
div.modal-dialog .modal-body{
  background-color: #f5f5f5;
}
div.modal-dialog .modal-footer{
  background-color: white;
}

/*********************************
 BOOTSTRAP REBOOT 
*********************************/

* {
	margin: 0px;
	padding: 0px;
}
a, a:visited {
	text-decoration: underline;
	color: inherit;
}
a:hover {
	text-decoration: none;
	color: inherit;
}
b, strong {
  font-weight: bold;
}
img {
	margin: 0; 
	max-width: 100%;
}
table {
	border-collapse: collapse;
	border: none;
  margin: 0 0 12px 0;
}
table td {
  vertical-align: top;
  text-align: left;
}
ul, ol {
	list-style-position: inside;
	margin: 0 0 12px 0px;
}