/* CUSTOM BY LAURA */

.mtg_deck {
  border: 2px solid #8D8B8B;
  background-color: #D5D5D5;
  margin: 30px;
  width: 90% !important;
}

.mtg_deck td {
  padding: 20px;
}


div.photos_container {
  padding: 8px;
  display: block;
  float: none;
  overflow: hidden;
}

div.photos_container li {
  display: block; 
  float: left;
  margin: 3px;
}

ul {
  list-style: none;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
}

a.no_style_link:hover {
  color: #fff;
  background: #fff;
  text-decoration: none;
}

.deck .content {
  overflow: hidden;
  width: 90%;
  margin-left: 17px;
  clear: both;
  border: 2px solid #8D8B8B;
  background-color: #D5D5D5;
}
.deck .header {
  overflow: hidden;
  margin-bottom: 7px;
}
.deck .column {
  float: left;
  width: 40%;
  padding: 10px 23px;
}

p.trophy_container {
  width: 100%;
  overflow: hidden;
}

p.trophy_container.first {
  text-align: center;
}

a.trophy {
  display: block;
  float: left;
  overflow: hidden;
  margin: 0 12px;
}

a.trophy.last {
  padding: 5px 0;
}
p.centered {
  text-align: center;
}
.poty {
  overflow: hidden;
  width: 81%;
  margin-left: 17px;
  clear: both;
  border: 2px solid #8D8B8B;
  background-color: #D5D5D5;
  font-family: monospace;
}
.poty table {
  width: 100%;
  margin: 0 !important;
}
.poty tr.top8 {
  color: #FF6666;
}

.poty td {
  background: none;
  padding: 4px 35px;
}

.poty td span {
  display: block;
  width: 16px;
  height: 16px;
  float: right;
  margin-right: 10px;
}

.poty span.down {
  background: #d5d5d5 url(/custom/images/arrow_down_red.png) no-repeat 0 0;
}

.poty span.up {
  background: #d5d5d5 url(/custom/images/arrow_up.png) no-repeat 0 0;
}

