h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0.5rem;
}
.branchtitle{
	margin-top: 0rem;
	color:#074E68;
}
.title{
}
body{
	font-family: 'Source Sans Pro', sans-serif; 
}
.callout a {
	border-radius: 2px;
  //box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	transition: all 0.5s ease 0s; 
}

.weather {
    border: 1px solid #eee;
    box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.5);
    margin-bottom: 1rem;
    border-radius: 0.25rem;
    background: white;
    position: relative;
    margin-top: 0%;
}
.weather .header {
	background: #3ADB76;
	//background: #FC6E51;
	color: #fff;
	padding: 0.8rem 0 0.8rem 0;
	overflow: hidden;
	position: relative; 
}
.weather ul {
	margin: 0;
	padding: 0;
	list-style: none; 
}
.weather .day {
	padding: 0.2rem 0.1rem 0.1rem 0.1rem;
	border-bottom: 1px solid #f2f2f2;
	color: #888888;
}
.weather .day p {
    margin-bottom: 1rem;
	font-size: 83%;
}
.booknames{
	margin: 0rem 0rem 0rem 0.2rem;
	padding: 0rem 0rem 0rem 0rem ;
	margin-bottom: 0rem;
	font-size: 83%;
}
td{
	font-size: 83%;
}
.reveal {
    padding: 0rem;
}
img{
	margin:0.3rem 0rem 0.1rem 0rem;
}
[type="checkbox"] {
    margin: 0.8rem 0rem 0.1rem 0.5rem;
}	
[type="text"], [type="number"] {
    height: 1.9rem;
    padding: .1rem;
    margin: 0.4rem 0 0.8rem;
    font-size: 1rem;
}
.tb{
	height: 2.6rem;
	width: 20%;
	margin: 0rem 0.6rem 0rem;
	padding: 0rem 0.5rem 0rem 0rem;
}
.callout{
	background-color: #F2F2F2;
	margin: 0 5rem 0rem 5rem;
	padding: 0.5rem 0 0rem 0;
	border: 1px solid rgba(10,10,10,.25);
	border-radius: 0;
	position: relative;
}

@media only screen and (max-width: 40em) {
	.callout {
		margin: 0 1rem 0rem 1rem;
	} 
}
label.middle {
    margin: 0 0 0rem;
    padding: 0rem 0;
}
label {
	font-family: 'Source Sans Pro', sans-serif;
}
.button {
    padding: .85em 1em;
    margin: 0 0.5rem 0.5rem 0;
	font-size: 1rem;
}
h5{
	margin-top: 0.5rem;
	margin-bottom: 0rem;	
}
.column:last-child, .columns:last-child {
    float: left;
}

/* Center the loader */
#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
 // width: 100px;
  //height: 100px;
  margin: -75px 0 0 -75px;
 border: 8px solid #f3f3f3;
  border-radius: 50%;
  border-top: 8px solid #198AD6;
  width: 80px;
  height: 80px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 } 
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom { 
  from{ bottom:-100px; opacity:0 } 
  to{ bottom:0; opacity:1 }
}
.alert-box {
  background: #f7f7f7;
  color: #333;
  border: none;
  //border-left: 6px solid #008CBA;
  box-shadow: 0 5px 8px -6px rgba(0, 0, 0, 0.2); 
  //margin: 1.5rem 0rem 1.5rem 0rem;
  margin: 5.5rem 0rem 1.5rem 0rem;
  padding: 	
}
.alert-box.info {
  background: #f7f7f7;
  color: #333; 
}




/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* 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 */
    -webkit-animation-name: fadeIn; /* Fade in the background */
    -webkit-animation-duration: 0.4s;
    animation-name: fadeIn;
    animation-duration: 0.4s
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* 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 */

   
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 60%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
	
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}

@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

.modal-body {padding: 2px 16px;}

.modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}
.bigimage{
	max-width: 35%;
}
.modalbookname{
	margin-top: 0.5rem; 
	margin-bottom: 0.5rem;
	color: white;
	font-size: 18px;
}
.imagespace{
	margin: 0rem 0rem 0rem 0rem;
}
[data-tip] {
    position:relative;

}
[data-tip]:before {
    content:'';
    /* hides the tooltip when not hovered */
    display:none;
    content:'';
    display:none;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #1a1a1a;
    position:absolute;
    top:30px;
    left:35px;
    z-index:8;
    font-size:0;
    line-height:0;
    width:0;
    height:0;
    position:absolute;
    top:30px;
    left:35px;
    z-index:8;
    font-size:0;
    line-height:0;
    width:0;
    height:0;
}
[data-tip]:after {
    display:none;
    content:attr(data-tip);
    position:absolute;
    top:35px;
    left:0px;
    padding:5px 8px;
    background:#1a1a1a;
    color:#fff;
    z-index:9;
    font-size: 0.75em;
    height:28px;
    line-height:18px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    white-space:nowrap;
    word-wrap:normal;
}
[data-tip]:hover:before,
[data-tip]:hover:after {
    display:block;
}
.bimg{
	padding-left: 10px; 
	padding-right: 4px;
	width: 11.667%;
}
.prd1{
	margin: 1rem 1rem 1rem 1rem ;
}
.publogo{
    margin: 0rem 0rem 0.3rem 0.8rem;
}