body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}
table td {
  font-size: 12px;
}

.link { 
  cursor: pointer;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
}
.italic {
  text-style: italic;
}
.bold {
  font-weight: bold; 
}
.normal {
  font-weight: normal; 
}
.white {
  color:white; 
}
.green {
  color: green; 
}
.darkgrey {
  color: #C0C0C0; 
}
.grey {
  color: #C0C0C0; 
}
.bg_black {
  background-color: #000000;
}
.bg_lightgrey {
  background-color: #F0F0F0;
}
.bg_verylightgrey {
  background-color: #F5F5F5;
}
.bg_lightgreen {
  background-color: #F0FFF0;
}
.bg_red {
  background-color: red;
}
.m { 
  position: absolute !important; 
}
.very_small {
  text-align: center;
  vertical-align: middle;
  font-size: 8px; 
}
.vspace{
  height: 15px;
  line-height: 5px;
}
.grammi{
  background-color: black;
  height: 1px;
  line-height: 1px;
}

.active {
  border: solid 1px black;
  color: black;
  font-weight: normal;
  background-color: #DCFDFF;	
}
.inactive {
  border: solid 1px black;
  color: black;
  font-weight: normal;
  background-color: #CCCCCC;	
}
.border {
  border-width: 1;
  border-style: solid;
  border-color: black;
}
#photos {
  margin: auto;
}
#photos ol li div{
  text-align: center;
}
#photos ol li div h1{
  position: absolute;
  top: 60%;
  bottom: -20px;
  left: 50px;
  right: 0px;
  text-align: left;
  padding: 10px;
  background: rgba(0, 0, 0, 0.4);
}
#photos ol li div h1 a{
  color: white;
  text-shadow: rgba(0, 0, 0, 0.9) 0px 0px 5px;;
  text-decoration: none;
}
.old_photos {
  -webkit-column-count: 4;
  -webkit-column-rule: 1px solid #bbb;
  -webkit-column-gap: 2em;
  -moz-column-count: 4;
  -moz-column-rule: 1px solid #bbb;
  -moz-column-gap: 2em;
  column-count: 4;
  column-rule: 1px solid #bbb;
  column-gap: 2em;
}