img {
    max-width: 100%;
    height: auto;
}
.clear {
    clear: both;
}
.f-left{
    float: left;
}
.fl-right{
    float: right;
}
.tabs {
    display: none;
    background: #fff;
    padding: 10px 20px 10px 35px;
}
.tabs.visible {
    display: block;
}
.nav-tab-wrapper a {
    background: none;
    border: none;
}
.nav-tab-wrapper a:hover{
	border: none;
}
.nav-tab-wrapper a.nav-tab-active {
    background: #fff;
}
.form-table {
    margin-top: 0;
    padding-top: 0.5em;
}
h2.nav-tab-wrapper {
    border: none;
    padding-left: 0;
}
h2.ead-title {
    background: url(../images/icon-ead.png) no-repeat 0 14px;
    padding-left: 46px;
    padding-bottom: 25px;
}
.ead-left-wrap {
    float: left;
    width: 100%;
    -moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
padding-right:340px;
margin-right: -340px; 
}
.ead-right-wrap {
    float: right;
    max-width: 300px;
    background: #fff;
    padding-bottom: 15px;
    color: #372e2e;
}
.author-info {
    padding: 25px 15px;
    text-align: center;
}
.awsm-social {
    text-align: center;
    list-style-type: none;
    padding: 15px;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    margin-bottom: 20px;
}
.awsm-social li {
    display: inline-block;
    margin: 0 6px;
}
.awsm-icon{ 
    background: url(../images/ead-icon-sprite.jpg) no-repeat;
    display: block;
    width: 21px;
    height: 21px;
    text-indent: -999999px;
    opacity: 0.46;
}
.awsm-icon:hover{
    opacity: 1;
}
.awsm-icon-facebook{
    
}
.awsm-icon-twitter{
    background-position: -26px 0;
}
.awsm-icon-github{
    background-position: -52px 0;
}
.awsm-icon-behance{
    background-position: -78px 0;
    width: 28px;
}
.awsm-icon-dribbble{
    background-position: right 0;
}

.paypal{ text-align: center;}
.paypal input.small{ vertical-align:top; margin-right: 20px;}
.paypal .donate-btn{ vertical-align: top; padding:0; }
input.small {
    max-width: 60px;
}
.ead-frame-width{
    margin-right: 15px;
    margin-bottom: 10px;
}
.ead-frame-height{
    margin-bottom: 10px;
}
span.note, .ead_supported  {
    font-size: 12px;
    color: #999;
}

div.awsm-error, div.awsm-updated {
    margin: 5px 0 2px;
    border-width: 1px 1px 1px 4px;
    border-style: solid;
    -webkit-border-radius: 4px;
border-radius: 4px;
}
div.awsm-updated {
    background-color: #fff;
    border-color: #eee #eee #eee #7ad03a;
    padding: 1px 12px;
}
div.awsm-error {
    background: none repeat scroll 0 0 #fff;
    border-color: #eee #eee #eee #dd3d36;
    padding: 1px 12px;
}
div.awsm-error p, div.awsm-updated p {
    margin: 0.5em 0;
    padding: 2px;
}
.ead_doller{
    display: inline-block;
    vertical-align: top;
    margin: 5px 5px 0 0;
    font-weight: bold;
}
#supportform label{ display: block; margin-bottom: 5px; font-weight: bold;}
.text-input{ width: 100%; height: 40px;    -moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;}
#supportform textarea{-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box; width:100%;}
.ead_supported span{ display:block; font-weight: bold; margin-top: 10px;}
.supportedlist ul{ margin-top: 5px;}
.supportedlist li{ padding-left:17px; position: relative; }
.supportedlist li span{ position:absolute; left:0; top:3px; width:11px; height:11px; margin: 0;}
.supportedlist li span.ead-check{ background:url(../images/icon-yes.png) no-repeat;}
.supportedlist li span.ead-close{ background:url(../images/icon-no.png) no-repeat;}
.col-left{float: left;width: 47%;margin-right: 6%;}
.col-right{float: right;width: 47%;}
@media (max-width: 800px) {
    .ead-left-wrap {
        float: none;
        width: 100%;
        margin-bottom: 30px;
        padding-right: 0;
        margin-right: 0;
   }
   .ead-right-wrap {
       float: none;
       width: 100%;
  }
  
}
@media (max-width: 980px) {
.col-left,.col-right{float: none;width:100%;margin-right:0%;}

}