/*
 * blueimp Gallery Demo CSS 2.0.0
 * https://github.com/blueimp/Gallery
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */
.mytable { 
color: #333; /* Lighten up font color */
font-family: Helvetica, Arial, sans-serif; /* Nicer font */
width: 640px; 
border-collapse: 
collapse; border-spacing: 0; 
}

.mytable td, th { border: 1px solid #CCC; height: 30px; } /* Make cells a bit taller */

.mytable th {
background: #F3F3F3; /* Light grey background */
font-weight: bold; /* Make sure they're bold */
}

.mytable td {
background: #FAFAFA; /* Lighter grey background */
text-align: center; /* Center our text */
}

body {
   font-family: 'Lato', sans-serif;
   font-weight: 300;
   font-size: 1.1em;
   line-height: 1.4em;
/* 
   background-image: url(../img/home.jpeg);
   background-repeat: no-repeat;
   background-size: 100%;
   background-origin: content-box;
 */
   color: #fff;
}

.mypopup {
   top: -100px;
   width: 75%;
   background-color: #fff;
   color: #000;
   opacity: 0.8;
   padding: 20px;
   border-radius: 5px;
}
.mylocpopup {
   width: 85%;
   background-color: #fff;
   color: #000;
   opacity: 0.8;
   padding: 20px;
   border-radius: 5px;
}
.header {
   position: absolute;
	width:100%; /*** this sets the width of the logo placeholder inside the browser window ***/
	left: 0px;
	top: 0px;
	margin:0 auto;
	text-align:center;
	background-color: #000;
	padding: 0px;
	height: 50px;
}
.header table {
   margin-top: 10px;
}
.header a {
   color: #fff;
   text-decoration: none;
}

#small {
	font-size: 0.8em;
}

.thumb {
   width: 260px;
}

.item {
   overflow: hidden;
   float: left;
   background: #000000;
   border: 0px solid #333;
   margin-bottom: 10px;
   line-height: 0px;
}

#main {
   position: relative;
   background-color: #000;
   max-width: 1100px;
   padding-top: 10px;
   top: 60px;
   padding-bottom: 10px;
   margin: 0 auto;
}