html, body {
  background-color: #fff;
  color: #fff;
}

div.index {
  background-color: #fff;
  color: #444;
  width: 100%;
  max-width: 400px;
  margin: auto;
  margin-top: 20px;
  text-align: center;
}

div.page_title {
  margin-bottom: 20px;
}
div.page_title_text {
  margin-top: 20px;
  font-size: 20px;
}


div.entity_container {
  padding: 10px;
  padding-bottom: 1px;
  text-align: left;
}
div.entity {
  background-color: #333;
  padding: 1px;
  margin-bottom: 30px;
  box-shadow: 0px 2px 12px 2px #999;
}
div.entity:hover {
  box-shadow: none;
  cursor: pointer;
}
div.entity_logo_cell {
  background-color: #fff;
  padding: 5px;
}
div.entity_text_cell {
  color: #fff;
  padding: 6px;
}

td.entity_text_cell_img {
  padding-top: 6px;
  padding-right: 10px;
}
td.entity_text_cell_img {
}



a                           { text-decoration: none; font-weight: inherit; outline: 0;}
a:link, a:active, a:visited { color: #fff;  }
a:hover                     { color: #fee; }

img                         { border: 0px; max-width: none; }

