/*
 *  CSS - styly jednotlivych stranek
 *  Copyrighted by Tomas Halada, www.LTweb.cz
 */

p {
  padding-left: 25px;
}

.images {
  position: relative;
  float: right;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0 10px;
  text-align: center;
}
.images img {
  display: block;
  width: 240px;
  height: 180px;
  background-color: #e0e0e0;
  border: 1px solid #000000;
  margin-bottom: 5px;
}

.image {
  background-color: #e0e0e0;
  border: 1px solid #000000;
}

.reference {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0 10px;
  text-align: center;
}
.reference img {
  width: 240px;
  height: 180px;
  background-color: #e0e0e0;
  border: 1px solid #000000;
  margin: 5px;
}

