﻿.table1 {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

.table1 td, .table1 th {
  border: 1px solid #eee;
  padding: 2px 8px 2px 8px;
}

.table1 tr:nth-child(odd){background-color: #fcfcfc;}
.table1 tr:hover {background-color: #eee;}
.table1 th {
    font-weight:bold;
    background-color:#f5f5f5;
}

.gallery {
    width:300px !important;
    height:225px !important;
}