
.modal-header {
	background-color: #f5f5f5;
	}
/*.modal {
	position: relative;
	}
	*/
.modal.fade.in {
    top: 3%;
	}
	
.pricing-table {
	list-style: none outside none;
	text-align: center;
	}
.btn-large {
	border-radius: 3px;
	font-size: 16.5px;
	padding: 5px 10px;
	}
.navbar .brand {
	padding: 0px 20px;
	}
.page-header {
	padding: 25px 0;
	}
.page-header .navbar .brand {
	margin-top: -0.4em;
	}	
.modal-body {
    max-height: 500px;
	font-size: 13px;
	line-height: 1.3em;
	}
.pricing-table li {
    padding: 1px;
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #333333;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.pricing-table .price {
    border-top: 1px solid #f5f5f5;
    font-size: 5em;
    line-height: 1.0em;
    margin-top: 0;
}	
.clients img{
  padding: 10px 0;
}
.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}



@media(max-width:780px) {
	body {
		font-size: 13px;
	}
}

/* Page Sections */
.section,
.section-colored {
  padding: 20px 0;
}

.section-colored {
  background-color: #ECF0F1;
}
/* Package Table Tweaks */	