/*
 * Display Custom Post WordPress Plugin CSS For Settings Page
*/  
h1.post-ajex-filter {
    margin-top: 40px !important;
}
.ucp-filter p {
    font-size: 16px;
}
#wpfooter {
    position: relative;
}
 .infobox {
    background: #67589d;
    max-width: 560px;
    width: 100%;
    padding: 50px 20px;;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.infobox span.highlighted {
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
}
.offers img {
    width: 200px;
    margin-top: 30px;
}
.dash-area {
    float: left;
    width: 98%;
    position: relative;
    padding: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-color: #ffffff;
    margin-top: 20px;
    padding-bottom: 31px;
}
.offers {
    position: absolute;
    right: 0;
    top: 0;
}
.dash-area h1 {
  color: #67589d;
}
#dropdown_selector {
  min-width: 200px;
  max-width: 560px;
  margin-bottom: 20px;
  width: 100%;
  margin-bottom: 10px;
}
input#showoption {
    width: 100%;
    max-width: 560px;
    height: 30px;
    line-height: 30px;
}
.dash-area h1 {
    color: #67589d;
    font-size: 21px;
    line-height: 27px;
    margin-top: 0;
    margin-bottom: 0;
}
input#dcp_shortcode {
  float: left;
  clear: both;
  margin: 20px 0;
  width: 20%;
}
.offers:hover{
	opacity: 0.9; 
} 
a#mysubmit {
  background-color: #405e77;
  border-radius: 3px;
  -moz-border-radius: 3px;  
  -webkit-border-radius: 3px;
  color: #fff;
  padding: 10px 15px;
  float: left;
}
.infobox {
    font-size: 14px;
    line-height: 29px;
    margin-top: 25px;
    color: #fff;
        box-shadow: 2px 2px 10px 0px #000;
}
span.highlighted {
    color: #405e77;
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
}
@media only screen and (max-width:767px){
    .offers {
    position: relative;
    right: 0;
    top: 0;
}
.offers img {
    width: 100%;
    margin-top: 30px;
}
}