.atkp-plugins-gopro {
	color: #39b54a;
	font-weight: 700;
text-decoration: none;
	font-size:11px;
}

.toplevel_page_ATKP_affiliate_toolkit-plugin>ul>li:last-child a {
	color: #39b54a !important;
	font-weight: 700;
}

.atkp-description {
	font-size:11px;
	padding: 11px 0;
}

.atkp-modulerowa > td {
	padding: 0 10px;

}

.atkp-modulerowb >td {

	padding: 0 10px;
}

  .atkp-nav-tab {

	width:70%;
}


.atkp-nav-tab .nav-tab-active {
border-bottom: 1px solid #fff;
	background: #fff;
}
 
  .atkp-content {
margin-top:0px;
	background: #fff;
	width:70%;
}
 .atkp-content .inner {
	padding-left: 10px;
	padding-right: 10px;
}

.atkp-content h3 {
	font-size: 14px;
	line-height: 1.4;
	margin: 0;
	padding: 8px 12px;
	border-bottom: 1px solid #eee;

}
 
 .atkp-credits {
	float: right;
	width: 25%;
	background: #fff;

	position: relative;
	float:right;
	margin-right: 10px;
}

.atkp-clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}


.atkp-credits .inner {
	padding-left: 10px;
	padding-right: 10px;
}
.atkp-credits h3 {
	font-size: 14px;
	line-height: 1.4;
	margin: 0;
	padding: 8px 12px;
	border-bottom: 1px solid #eee;
}
.atkp-credits .atkp-link {
	font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
	font-style: italic;
	padding-bottom: 10px;
	margin: 0;
}
.atkp-credits .atkp-link a {
	vertical-align: middle;
	padding: 5px 0 0 4px;
}
.atkp-credits .atkp-link a {
	vertical-align: middle;
	padding: 5px 0 0 4px;
}

.wrap {
     float: left !important;   
}

.atkp-upgrade-button {
    background-color: #008CBA;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    
}

.atkp-spinloader {
	position: relative;
}

  @keyframes atkp-spinloader {
	  to {transform: rotate(360deg);}
  }

  .atkp-spinloader:before {
	  content: '';
	  box-sizing: border-box;
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  width: 20px;
	  height: 20px;
	  margin-top: -10px;
	  margin-left: -10px;
	  border-radius: 50%;
	  border: 2px solid #ccc;
	  border-top-color: #333;
	  animation: spinner .6s linear infinite;
  }

@media (max-width: 1024px) {
     .atkp-credits {
    	width: 95%;
    	float: left !important;
    	    position: relative;
    	    margin-top: 20px;
    	    
     }
     
     .atkp-content {
    	width: 95%;
    	float: left !important;
    	    position: relative;
    	    margin-left:8px;
     }
}

  .atkp-checkboxstyle {
	  margin: 0 0 0 8px !important;
	  padding: 0 !important;
	  vertical-align: text-top !important;
  }
  .atkp-importoptions {
	  display: block;
	  box-shadow: 0 0 9px  #0073aa;
	  padding: 5px;
	  position: fixed;
	  bottom: 20px;
	  width: 610px;
	  z-index: 80;
	  background: #f1f1f1;
  }



