#serial-suggestion-box {
  max-width: 95%;
  /*width: 100%;
  border: 1px solid black;
  border-radius: 5px;*/
  padding: 35px;
  padding-bottom:15px;
}
#serial-suggestion-box button:hover {
  cursor: pointer;
}
#serial-suggestion-box p {
  margin-top: 0;
  padding-bottom: 20px;
}
.old-price {
  text-decoration: line-through;
}

#serialResults {
	padding:0px;
}
#serialResults ul {
  list-style-type: none !important;
  margin-left: 0;
  padding-left: 0;
  text-align: left;
}
#serialResults ul li {
  padding-top: 20px;
  clear: both;
  list-style-type: none !important;
  margin-left: 0;
  padding-left: 0;
  background: none;
}
#serialForm input, #serialForm select {
  margin-bottom: 5px;
}
#serialForm {
  margin-bottom: 0px;
}
#serialForm select {
  width: 100%;
  max-width: 162px;
}
#serialForm input[type=text] {
 	width: 90%;
	max-width: 100%;
	height: 24px;
	padding: 0 4px;
}
#serialForm button {
	border-radius:17px;
	color:#fff;
	font-weight:bold;
	margin: 2px;
	background: linear-gradient(180deg, #ECBF13 0%, #C1892F 100%);	
  	min-width: 140px;
  	padding:12px;
  	text-transform: uppercase;
  	margin: 8px;
  	margin-top: 20px;
	cursor:pointer;
}
#serialResults button {
  float: right;
  min-width: 165px;
  background: #fff;
  border: 2px solid #888;
  border-radius: 5px;
  height: 22px;
  text-transform: uppercase;
}
#serialForm input, #serialForm select {
  border: 1px solid #888;
}
#serialForm select {
	  padding: 4px;
	  margin: 0 5px 5px 5px;
	  cursor: pointer;
}
#serialSection, #selectSection {
  display: inline-block;
  float: left;
  width: 49.6%;
}
#serialSection {
  /*border-right: 1px solid grey;*/
}
#suggestion-box-title {
  font-size: 18px;
  line-height: 30px;
}
@media only screen and (max-width:1080px) {
  #serialSection, #selectSection {
    display: inline-block;
    float: left;
    width: 100%;
  }
  #serialSection {
    border: none;
  }
  .boxed-grey-grad.serial-suggestion-container {
    width: 86%;
  }
  #serialResults a, #serialResults button {
    display: block;
  }
  #serialResults button {
    float: none;
    clear: both;
    text-align: center;
    margin: auto;
  }
  #serialResults ul {
    text-align: center;
  }
  #serialResults ul li {
    line-height: 24px;
  }
  .boxed-grey-grad.serial-suggestion-container {
    width: 92%;
  }
  #suggestion-box-title {
    font-size: 16px;
  }
}
.boxed-grey-grad.serial-suggestion-container {
  width: 80%;
}
.options {
  font-weight: bold;
  color: #AC8200;
}
.additional-info {
  font-size: 12px !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
#additional-info-container {
  padding-top: 6pxpx;
}
.oops {
  color: red;
}
