ul.drop-down-section-list
{
  padding-left: 15px;
  list-style-type: initial;
}

ul.drop-down-section-list > li
{
  /*display: block;*/
  margin-bottom: 10px !important;
}

ul.drop-down-section-list > li:last-child
{
  margin-bottom: 0px;
}

.bgimage {
  background-color: #FFF;
  background-image: url("/images/curve-bg.png");
  background-position: center -338px;
  background-repeat: no-repeat;
  background-size: contain;
}

/*@media screen and (min-width: 1024px){

.bgimage {
  background-color: #000;
  background-image: none;
  background-position: -154px -338px;
  background-repeat: repeat;
}

}
*/

#download-link-content table
{
  margin-top: 30px;
}

#download-link-content table td > a,
#download-link-content table td > p > a
{
  color: #666 !important;
  font-size:14px;
}

#download-link-content table td
{
  width: 16% !important;
}