@media (min-width: 768px) {
  .modal-xl {
    width: 80%;
    max-width:1000px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
body{
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	margin-bottom: 65px;
}

body th{
	font-size: 15px;
}
table td{
	font-size: 13.5px;
	
	text-align: center;
}
table th{
	font-size: 15px;
	text-align: center;
}
.2daysred{
	color:red;
}
h2{
	font-style: italic;
}
#pops tr td{
	display: none;

}
 td{
	padding: 2px;
}
.dropdown-menu > li > a:hover {
	background-color: #337ab7;
	color: white;
	background-image: none;
}

html {
  position: relative;
  min-height: 100%;
  overflow-x: hidden;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #f5f5f5;
}
.container .text-muted {
  margin: 20px 0;
}

.red {
  color: red !important;
}
.green {
  color: green !important;
}