
#releaseList {
  display: block;
}

#screenshots {
  display: block;
}

.manage_table  {
  width: 100%;
  }
  .manage_table tr { 
    background-color: grey;
    }
    .manage_table tr:hover {
      background-color: #c1c1c1;
      }
    .manage_table tr.parent {
      background-color: #abcfaf;
      }
    .manage_table tr.selected {
      background-color: #e0e0e0;
      }
    .manage_table tr.blank{
      background-color: white;
      height: 30px;
      }
      .manage_table tr.blank td {
        border: none; 
        }
  .manage_table th { 
    /* width: 40px; */
    padding: 5px;
    
    background-color: #3b3b3b;
    color: white;
    
    text-align: center;
    font-weight: bold;
    font-size: 85%;
    }
  .manage_table th:hover { 
      background-color: #2b2b2b;
  }
  .manage_table th a,
    .manage_table th a:active,
    .manage_table th a:visited {
      color: white;
      text-decoration: none;
      }
      .manage_table th a span {
        font-size: 140%;
        }
  .manage_table td {
    padding: 3px 1px;
    text-align: center;
    font-size: 85%;
    color: #151515;
    }
    .manage_table td a {
      color: #111111;
      text-decoration: none;
      }
      .manage_table td a:hover {
        color: black;
        text-decoration: underline;
        }
    .manage_table td span.emptyCell {
      font-size: 75%;
      font-style: italic;
      }
    .manage_table td.orderCell { 
      font-size: 100%; 
      }
      .manage_table td.orderCell a { 
        font-size: 130%; 
        }
        .manage_table td.orderCell a:hover { 
          padding: 0 4px 3px 4px;
          border: 1px solid grey;
          text-decoration: none;
          }

.gallery {
  display: block;
  height: 100%;
  overflow: auto;
}

.gallery_item {
  float: left;
  min-height: 210px;
  max-width: 300px;
  padding-right: 20px;
  padding-bottom: 20px;
}

.gallery_item img {
  height: 157px
}

.gallery_item .desc {
  text-align: center;
  max-width: 210px;
  height: 50px;
  overflow: auto;
}
