@import url(//fonts.googleapis.com/icon?family=Material+Icons);
* {
  font-family: Verdana, sans-serif;
  font-size: 12px;
  margin: 0;
  padding: 0;
  line-height: 18px;
}

body {
  background-color: #fff;
}

.band {
  background-image: url("images/band.jpg");
  height: 50px;
}

.wrap {
  width: 1000px;
}

table {
  width: 100%;
}

td {
  padding: 20px;
}

ul {
  margin-bottom: 10px;
}

li {
  list-style-type: none;
}

.bold {
  font-weight: bold;
  line-height: 2;
}

.image {
  margin: 50px;
}

.divider {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.center {
  text-align: center;
}

a img {
  border: 0
}

.material-icons {
  font-size: 14px;
  line-height: 18px;
  margin-right: 5px;
  float: left;
}