.buzzdata td,
table#showReleaseSingleView td {
  font-size: 0.9em;
  border-color: #EFEFEF;
}
.buzzdata,
table#showReleaseSingleView {
  border-color: #EFEFEF;
}
.trnormal td {
  background-color: #FFFFFF;
}
.trhighlight td {
  background-color: #EEEEEE;
}
.modal-title {
  color: #253163;
}
table#newReleaseEntry td,
table.acTable td {
    padding-bottom: 10px;
}
table#newReleaseEntry td.alignMiddle,
table.acTable td.alignMiddle {
    vertical-align: middle;
}
table#newReleaseEntry td.alignTop {
    padding-top: 7px;
}
table.acTable td.c0 {
   padding-left: 15px;
}
table.acTable td.acFileUpload {
    height: 550px;
    padding-right: 20px;
}
.ac {
  margin-top: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #fff;
}
.ac > .ac-q {
  font-family: 'Arial', sans-serif;
  font-size: 15px;
  text-decoration: none;
  outline: 0;
  padding-top: 10px;
  padding-right: 30px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: block;
  cursor: pointer;
  position: relative;
}
.ac > .ac-q::after {
  content: "+";
  text-align: center;
  width: 15px;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  position: absolute;
}
.ac > .ac-a {
  overflow: hidden;
  -webkit-transition-property: all;
  -webkit-transition-timing-function: ease;
  transition-property: all;
  transition-timing-function: ease;
}
.ac.active > .ac-q::after {
  content: "\2013";
}