body {
  background: #ffffff;
  color: #505050;
  font: 100%/1em Arial, Verdana, Helvetica, Geneva, sans-serif;
}

a {
  text-decoration: none;
  color: #de5125;
}

@media only screen and (max-device-width: 480px) {
  .box img {
    width: 450px;
  }
}

@media only screen and (max-device-width: 320px) {
  .box img {
    width: 290px;
  }
}

@media only screen and (max-device-width: 240px) {
  .box img {
    width: 210px;
  }
}

strong {
	font-weight: bold;
}

.clear {
  clear: both;
}

#container {
  padding: 10px 15px;
}

.box {
  margin: 0 0 20px 0;
}

.boxsecondary  {
  margin: 0 0 10px 0;
}

.boxthirdary {
  border-bottom: 1px solid #cccccc;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
}

.boxgray {
  background: #e6e6e6;
}

.boxpadding {
  padding: 10px;
}

.boxbacktooverview {
  font-size: 0.75em;
  text-align: right;
}

.corners {
	padding: 8px 0 0 0;
	font-size: 0.875em;
}

.pagination {
  font-size: 0.75em;
}

.pagination a {
	color: #666666;
}

.pagination a:first-child {
  float: right;
}

.corners {
  background: #E6E6E6;
  height: 20px;
}

.cornerleft,
.cornerright {
  background: url(../images/corners.png) 0 0 no-repeat;
  float: left;
  width: 13px;
  height: 28px;
}

.cornerright {
  background-position: -13px 0;
  float: right;
}

.footerlink {
  font-size: 0.75em;
}

/* LIST */

.listtitle {
  font-size: 0.875em;
  font-weight: bold;
  margin: 0 0 5px 0;
}

ul li {
  padding: 7px 0;
  border-bottom: 1px solid #cccccc;
  font-size: 0.75em;
  line-height: 1.5em;
}

ul li:first-child {
  border-top: 1px solid #cccccc;
}

ul li a strong {
  color: #505050;
  font-weight: bold;
}

ul li .listdate {
  margin: 0 0 5px 0;
}