/*
 ____                 _     
| __ ) _ __ _____   _(_)___ 
|  _ \| '__/ _ \ \ / / / __|
| |_) | | |  __/\ V /| \__ \
|____/|_|  \___| \_/ |_|___/
                
CSS File - These are the main styles, valid for the whole course.
*/

body {
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	color: #eee;
	background:#2f3337;
	text-align:center;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
:focus {
    outline: 0;
}

.hide-if-no-js {display: none;}
div, p, td {
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
}
a, a:link, a:active, a:visited {
	color: #00A8E8;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {height:50px;margin:0;float:right;max-width:500px;}
h1 a {text-align:right;font-size:20px;float:right;}
h1 a, h1 a:link, h1 a:active, h1 a:visited {color:#00A8E8}
h1 a:hover{text-decoration:none;}
h1 a:hover span{text-decoration:underline;color:#88c0eb}

input, textarea {
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.preview-error {
    color: #ea5319;
    font-weight: 500;
    margin-bottom: 20px;
}
Input.text, select, textarea {
	font-family: 'Roboto', sans-serif;
	font-size: 10px;
	color: #595441;
	background-color: #FFFFFF;
	border: 1px solid #88c0eb;
	margin:1px;
}
input.button {
	font-family: 'Roboto', sans-serif;
	font-size: 10px;
	color: #595441;
	font-weight: bold;
	background-color: #FFFFFF;
	border: 1px solid #88c0eb;
	cursor:pointer;
}
.debug {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    color: #777;
    padding: 2em;
    background: #fff;
    z-index: 9999999999999;
}

/* Menu Styles */
.logo {
    position: absolute;
    margin-top: 26px;
    width: 140px;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;   
}
@media (min-width: 640px) and (max-width: 750px) {
    .logo {
        margin-top: 26px;
        width: 120px;
    }   
}
@media (max-width: 640px) {
    .logo {
        margin-top: 13px;
        margin-left: 50px;
        width: 120px;
    }
}
.logo:hover {
    opacity: 0.6;   
}
.logo img {
    width: 100%;
}
.logo-square {
  width: 120px;
  height: 120px;
  z-index: 999;
  position: absolute;
  left: 50%;
  margin-left: -60px;
  margin-top: 150px;
}
.menu-icons {
    width: 18px;
    margin-top: 26px;
}
.menu-container {
    width: 100%;
    height: 150px;
    margin: 0 auto;
}
.menu {
    width: 27px;
    position: absolute;
    top: 78px;
    left: 50%;
    margin-left: 40px;
}
#header {
  position: absolute;
  width: 84%;
  margin-left: 8%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  height: 90px;
  margin-top: 10px;
}
@media (min-width: 640px)and (max-width: 750px) {
    #header {
      width: 88%;
      margin-left: 6%;
      height: 85px;
    }
}
@media (max-width: 640px) {
    #header {
      width: calc(100% - 50px);
      margin-left: 25px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.07);
      height: 70px;
    }
}
.head-menu {
  float: right;
  top: 20px;
  margin-top: 43px;
}
@media (min-width: 640px)and (max-width: 750px) {
    .head-menu {
        margin-top: 39px;
    }
}
@media (max-width: 640px) {
    .head-menu {
      display: none;
    }
}
.head-menu li {
  float: left;
  cursor: pointer;
  list-style: none;
  text-transform: uppercase;
  margin-left: 25px; 
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 15px;
  padding-left: 25px;
  background-size: 14px;
  background-position:0 1px;
  -webkit-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -o-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}
@media (min-width: 640px)and (max-width: 750px) {
    .head-menu li {
      font-size: 14px;
      background-size: 13px;
    }
}

/* Menu Icons */
.login-btn {
  color: #fff;
  background: url('../images/login.png') no-repeat;
}
.login-btn:hover {
  color: #bbb;
}
.myurls-btn {
  color: #fff;
  background: url('../images/url.png') no-repeat;
}
.myurls-btn:hover {
  color: #bbb;
}
.register-btn {
  color: #00A8E8;
  background: url('../images/signup.png') no-repeat;
}
.register-btn:hover {
  color: #0086b9;
}
.admin-btn {
  color: #fff;
  background: url('../images/admin.png') no-repeat;
}
.admin-btn:hover {
  color: #bbb;
}
.settings-btn {
  color: #fff;
  background: url('../images/settings.png') no-repeat;
}
.settings-btn:hover {
  color: #bbb;
}
.install-btn {
  color: #fff;
  background: url('../images/install.png') no-repeat;
}
.install-btn:hover {
  color: #bbb;
}
.shorten-btn {
  color: #fff;
  background: url('../images/shorten.png') no-repeat;
}
.shorten-btn:hover {
  color: #bbb;
}
.earnings-btn {
  color: #fff;
  background: url('../images/earnings.png') no-repeat;
}
.earnings-btn:hover {
  color: #bbb;
}
.earnings-btn small {
  padding: 4px 10px;
  font-size: 0.9em;
  color: #eee;
  background-color: #34373D;
  border: 1px solid #2e3136;
  border-radius: 4px;
  margin-left: 5px;
}

/* Admin-Menu */
ul#admin_menu {
	min-height:100px;
	list-style-type:none;
	padding:0;
	font-size:105%;
}
ul#admin_menu li {
	color:#aaa;
	padding:1px 0;
}
ul#admin_menu li:hover {
	list-style-type:square;
	color:#000;
}
@media (min-width: 640px) and (max-width: 890px) {
    .admin-btn-on-reseize {
      display: none;
    }
}

/* Background */
#container-1 {
    min-width: 100%;
    min-height: 100%;
	position: fixed;
	top: 0;
	left: 0;
}
#background {   
    position: fixed; 
    top: -50%; 
    left: -50%; 
    width: 200%; 
    height: 200%;
}
#background img {
    position: absolute; 
    top: 0; 
    left: 0; 
    right: 0; 
    bottom: 0; 
    margin: auto; 
    min-width: 50%;
    min-height: 50%;
}

/* General Footer, Admin Footer */
#footer, #footer-admin, #footer-install {
	text-align: center;
	margin-top: 1460px;
    position: absolute;
    left: 160px;
    width: 1064px;
    background-color: rgba(59, 63, 69, 0.9);
    padding-bottom: 40px;
}
@media (min-width: 1115px)and (max-width: 1230px) {
    #footer, #footer-admin, #footer-install {
        width: 964px;
        left: 144px;
    }
}
@media (min-width: 640px) and (max-width: 1115px) {
    #footer, #footer-install {
        width: 100%;
        margin-top: 1380px;
        left: 0;
    }
}
@media (max-width: 640px) {
    #footer, #footer-install {
        width: 100%;
        margin-top: 1290px;
        left: 0;
    }
}
#footer-admin {
    margin-top: 1660px!important;
}
@media (min-width: 750px) and (max-width: 1115px) {
    #footer-admin {
        width: 100%;
        margin-top: 1730px!important;
        left: 0;
    }
}
@media (min-width: 640px) and (max-width: 750px) {
    #footer-admin {
        margin-top: 1730px!important;
        width: 100%;
        left: 0;
    }
}
@media (max-width: 640px) {
    #footer-admin {
        width: 100%;
        left: 0;
    }
}
#footer .wrap, #footer-admin .wrap, #footer-install .wrap {
	padding: 10px 10px;
    width: 84%;
    margin-left: 8%;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    line-height: 40px;
    text-align: left;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Roboto', sans-serif;
    font-size: 1.2em;
    color: #ccc;
}
@media (max-width: 640px) {
    #footer .wrap, #footer-admin .wrap, #footer-install .wrap {
        line-height: 38px;
        text-align: right;
    }
}
#footer .wrap a, #footer-admin .wrap a, #footer-install .wrap a {
    color: #909396;
}
#footer .wrap ul, #footer-admin .wrap ul, #footer-install .wrap ul {
    margin: 0;
    padding: 0;
    float: right;
}
#footer .wrap ul li, #footer-admin .wrap ul li, #footer-install .wrap ul li {
    list-style: none;
    float: left;
    font-size: 1em;
    color: #909396;
    font-family: 'Roboto', sans-serif;
    margin-left: 12px;
}
#footer .wrap ul li:after, #footer-admin .wrap ul li:after, #footer-install .wrap ul li:after {
    content: '-';
    width: 5px;
    color: #616569;
    margin-left: 10px;
}
@media (max-width: 640px) {
    #footer .wrap ul li, #footer-admin .wrap ul li, #footer-install .wrap ul li {
        font-size: 1.05em;
        margin-left: 3px;
    }
    #footer .wrap ul li:after, #footer-admin .wrap ul li:after, #footer-install .wrap ul li:after {
        margin-left: 3px;
    }
}
@media (max-width: 505px) {
    #footer .wrap ul, #footer-admin .wrap ul, #footer-install .wrap ul {
        margin: 1px;
    }
}
@media (min-width: 505px) and (max-width: 640px) {
    #footer .wrap ul, #footer-admin .wrap ul, #footer-install .wrap ul {
        margin-left: 15px;
    } 
}
.no_trat:after {
    content: ''!important;
}
#footer .wrap ul li a:hover, #footer-admin .wrap ul li a:hover, #footer-install .wrap ul li a:hover {
    text-decoration: underline;
}
.logo-footer {
    background: url('../images/logo-footer.png') 0 0 no-repeat;
    background-size: 80px;
    width: 100%;
    height: 40px;
    padding-left: 100px;
    font-size: 1em;
    color: #707478;
}
@media (min-width: 640px) and (max-width: 805px) {
    .logo-footer {
        background-size: 0;
        height: 30px;
        padding-left: 0;
        font-size: 0.9em;
    }
}
@media (max-width: 505px) {
    .logo-footer {
        background-size: 68px;
        height: 30px;
        padding-left: 0;
        font-size: 0.75em;
    }
}
@media (min-width: 505px) and (max-width: 640px) {
    .logo-footer {
        background-size: 0;
        height: 30px;
        padding-left: 0;
        font-size: 0.75em;
    }
}

/* Notify Bar */
.jquery-notify-bar {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99999999999999;
    background-color: rgba(255, 255, 255, 0.9);
    font-size: 1.5em;
    color: #000;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    padding: 1.5em 1.5em;
    border-bottom: 1px solid #bbb;
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.jquery-notify-bar.error ,.jquery-notify-bar.fail {
    color: #EA4000;
    border-top: 4px solid #EA4000;
}
.jquery-notify-bar.success {
    color: #1f8b4c;
    border-top: 4px solid #1f8b4c;
}
.notify-bar-close {
    position:absolute;
    left:95%;
    font-size:11px;
    width: 25px;
    height: 25px;
    background: url('../images/close-icon.png') center no-repeat transparent;
    background-size: 16px;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
.notify-bar-close:hover {
    opacity: 0.7;
}

/* Smoke Wrapper */
.smoke, .smoke-page, .admin-smoke {
  background-color: rgba(59, 63, 69, 0.6);
  border-right: 1px solid rgba(59, 63, 69, 0.9);
  width: 1064px;
  height: 780px;
  position: absolute;
  left: 160px;
  top: 0;
  text-align: center;
}
@media (min-width: 1115px)and (max-width: 1230px) {
    .smoke, .smoke-page, .admin-smoke {
        width: 964px;
        left: 144px;
    }
}
@media (min-width: 640px) and (max-width: 1115px) {
    .smoke, .smoke-page, .admin-smoke {
        width: 100%;
        height: 680px;
        top: 70px;
        left: 0;
    }
}
@media (max-width: 640px) {
    .smoke, .smoke-page, .admin-smoke {
        width: 100%;
        height: 540px;
        top: 0;
        left: 0;
    }
}
.smoke-page {
  height: 820px!important;
}
.admin-smoke {
  height: 880px!important;
}
@media (max-width: 640px) {
    .smoke-page {
      height: 640px!important;
    }
}
#popular, #sn-smoke, #admin-sn-smoke, #install-smoke {
  position: absolute;
  width: 1064px;
  height: 680px;
  margin-left: 160px;
  margin-top: 780px;
  background-color: rgba(59, 63, 69, 0.9);
}
@media (min-width: 1115px)and (max-width: 1230px) {
    #popular, #sn-smoke, #admin-sn-smoke, #install-smoke {
        width: 964px;
        margin-left: 144px;
    }
}
@media (min-width: 640px) and (max-width: 1115px) {
    #popular, #sn-smoke, #install-smoke {
        width: 100%;
        height: 630px;
        margin-top: 750px;
        margin-left: 0;
    }
}
@media (max-width: 640px) {
    #popular, #sn-smoke, #install-smoke {
        width: 100%;
        height: 750px;
        margin-top: 540px;
        margin-left: 0;
    }
}
#admin-sn-smoke {
  margin-top: 880px;
  height: 780px;
}
@media (min-width: 750px) and (max-width: 1115px) {
    #admin-sn-smoke {
        width: 100%;
        margin-top: 950px;
        margin-left: 0;
    }
}
@media (min-width: 640px) and (max-width: 750px) {
    #admin-sn-smoke {
        margin-top: 950px;
        margin-left: 0;
        width: 100%;
    }
}
@media (max-width: 640px) {
    #admin-sn-smoke {
        margin-left: 0;
        width: 100%;
    }
}
#popular h2, #sn-smoke h2, #admin-sn-smoke h2 {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  display: inline-block;
  padding: 0 5px 0 0;
  letter-spacing: 3px;
  pointer-events: none;
  color: #eee;
  font-size: 2em;
  text-transform: uppercase;
}
@media (min-width: 640px) and (max-width: 750px) {
    #popular h2, #sn-smoke h2, #admin-sn-smoke h2 {
      font-size: 1.8em;
    }
}
@media (max-width: 640px) {
    #popular h2, #sn-smoke h2, #admin-sn-smoke h2 {
      font-size: 1.6em;
    }
}
#popular h2, #sn-smoke h2, #admin-sn-smoke h2 {
  position: absolute;
  left: 9%;
  top: 40px;
}
#popular h2:after, #sn-smoke h2:after, #admin-sn-smoke h2:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 80px;
  height: 4px;
  background-color: #00A8E8;
}
@media (max-width: 640px) {
    #popular h2:after, #sn-smoke h2:after, #admin-sn-smoke h2:after {
      bottom: -7px;
      height: 3px;
    }
}

/* Smoke - Constituent elements */
.uf-scroll {
  position: absolute;
  bottom: 72px;
  left: 9%;
  width: 32px;
  height: 32px;
  background: url('../images/mouse.png') center no-repeat;
  background-size: 100%;
}
@media (min-width: 640px) and (max-width: 750px) {
    .uf-scroll {
      bottom: 68px;
    }
}
@media (max-width: 640px) {
    .uf-scroll {
      display: none;
    }
}
.segments {
  width: 100%;
  height: 110px;
  background: url('../images/bg-segments.png') center no-repeat;
}
.urlresult, .settings-wrap {
  margin: 100px 8%;
  position: absolute;
  width: 84%;
}
@media (max-width: 640px) {
    .urlresult {
      margin: 90px 8%;
      width: 84%;
    }
    .settings-wrap {
      margin: 90px 7%;
      width: 86%;
    }
}
.userresult {
  margin: -80px 8%;
  padding-top: 75px;
  position: absolute;
  width: 84%;
}
.urlresult h2, .userresult h2, .settings-wrap h2 {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  display: inline-block;
  padding: 0 5px 0 0;
  letter-spacing: 3px;
  pointer-events: none;
  color: #eee;
  font-size: 2em;
  text-transform: uppercase;
}
.urlresult h2, .userresult h2, .settings-wrap h2 {
  position: absolute!important;
  left: 0!important;
  top: 15px!important;
}
@media (min-width: 640px) and (max-width: 750px) {
    .urlresult h2 {
      max-width: 96%;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      font-size: 1.8em;
      padding-bottom: 0.2em;
      border-bottom: 4px solid #00A8E8;
    }
}
@media (max-width: 640px) {
    .urlresult h2, .userresult h2, .settings-wrap h2 {
      font-size: 1.6em;
    }
    .urlresult h2, .userresult h2, .settings-wrap h2 {
      position: absolute!important;
      left: 0!important;
      top: 0!important;
      margin-top: 5px!important;
    }
    .urlresult h2 {
      max-width: 96%;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      padding-bottom: 0.2em;
      border-bottom: 3px solid #00A8E8;
    }
}
.urlresult h2:after, .userresult h2:after, .settings-wrap h2:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 80px;
  height: 4px;
  background-color: #00A8E8;
}
@media (max-width: 640px) {
    .urlresult h2:after, .userresult h2:after, .settings-wrap h2:after {
      bottom: -7px;
      height: 3px;
    }
}
.urlresult h3, .userresult h3 {
  position: absolute;
  top: 36px;
  left: 140px;
  font-weight: 400;
  color: #ccc;
  font-style: italic;
}
@media (min-width: 640px) and (max-width: 750px) {
    .urlresult h3, .userresult h3 {
      font-size: 1.1em;
      top: 33px
    }
}
@media (max-width: 640px) {
    .urlresult h3, .userresult h3 {
      top: 4px;
      left: 125px;
      font-size: 1em;
    }
}
.userresult h3 {
  left: 210px!important;  
}
.admin-h3 {
  top: 86px!important;
  left: 0!important;
}

/* Constituent elements */
.paypal-logo {
    width: 65px;
    margin-top: 10px;
}
.error-wrap { 
    background: url('../images/warning-red.png') left no-repeat transparent;
}
.success-wrap { 
    background: url('../images/success-green.png') left no-repeat transparent;
}
.recaptcha {
    padding: 4%;
}

/* Earnings Page */
.earnings-tabs {
    margin-top: 100px;
    padding-left: 0;
}
.earnings-tabs li {
    border: 3px solid rgba(255, 255, 255, 0.07);
    border-radius: 3px;
    list-style-type: none;
    float: left;
    padding: 1.5em 1.5em 1.5em 3.4em;
    margin-top: 30px;
    margin-right: 30px;
    font-size: 2em;
    color: #fff;
    font-weight: 500;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
    background-repeat: no-repeat;
    background-color: transparent;
}
.earnings-tabs li small {
    font-size: 0.6em;
    color: #ccc;
}
@media (min-width: 975px) and (max-width: 1115px) {
    .earnings-tabs {
        margin-top: 90px;
    }
    .earnings-tabs li {
        border: 3px solid rgba(255, 255, 255, 0.07);
        padding: 1.3em 1.3em 1.3em 2.5em;
        font-size: 2.2em;
        margin-top: 20px;
        margin-right: 20px;
    }
}
@media (min-width: 750px) and (max-width: 975px) {
    .earnings-tabs {
        margin-top: 90px;
    }
    .earnings-tabs li {
        border: 3px solid rgba(255, 255, 255, 0.07);
        padding: 1.2em 1.2em 1.2em 2.5em;
        font-size: 2em;
        margin-top: 15px;
        margin-right: 15px;
    }
}
@media (min-width: 640px) and (max-width: 750px) {
    .earnings-tabs {
        margin-top: 90px;
    }
    .earnings-tabs li {
        border: 3px solid rgba(255, 255, 255, 0.07);
        padding: 1em 1em 1em 2.1em;
        font-size: 1.8em;
        margin-top: 10px;
        margin-right: 10px;
    }
}
@media (max-width: 640px) {
    .earnings-tabs {
        margin-top: 50px;
    }
    .earnings-tabs li {
        border: 2px solid rgba(255, 255, 255, 0.07);
        padding: 1em 1em 1em 2.1em;
        font-size: 1.4em;
        margin-top: 10px;
        margin-right: 10px;
    }
}

.withdrawn-button {
    margin-top: 3.4em;
    background: transparent;
    padding: 0.5em 2.05em;
    border-radius: 5px;
    letter-spacing: 1px;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
    cursor: pointer;
    text-transform: uppercase;
    border: 3px solid #00A8E8;
    color: #00A8E8;
    font-size: 1.25em;
    -webkit-transition: all 200ms ease-in;
    -moz-transition: all 200ms ease-in;
    -ms-transition: all 200ms ease-in;
    -o-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
.withdrawn-button:hover {
    background: rgba(187, 187, 187, 0.15);
    color: #32b9ec;
}
.balance-tab {
    background-image: url('../images/balance.png');
    background-position: 29px center;
    background-size: 32px;
}
.balance-tab:hover {
    background-image: url('../images/balance-active.png');
}
.pending-tab, .withdrawn-tab {
    background-image: url('../images/pending.png');
    background-position: 34px center;
    background-size: 28px;
}
.pending-tab:hover, .withdrawn-tab:hover {
    background-image: url('../images/pending-active.png');
}
.gain-tab {
    background-image: url('../images/view.png');
    background-position: 29px center;
    background-size: 33px;
}
.gain-tab:hover {
    background-image: url('../images/view-active.png');
}
.clicks-tab {
    background-image: url('../images/clicks.png');
    background-position: 30px center;
    background-size: 30px;
}
.clicks-tab:hover {
    background-image: url('../images/clicks-active.png');
}
.urls-tab {
    background-image: url('../images/urls.png');
    background-position: 34px center;
    background-size: 27px;
}
.urls-tab:hover {
    background-image: url('../images/urls-active.png');
}
@media (min-width: 975px) and (max-width: 1115px) {
    .balance-tab {
        background-position: 23px center;
        background-size: 29px;
    }
    .pending-tab, .withdrawn-tab {
        background-position: 23px center;
        background-size: 29px;
    }
    .gain-tab {
        background-position: 23px center;
        background-size: 29px;
    }
    .clicks-tab {
        background-position: 23px center;
        background-size: 29px;
    }
    .urls-tab {
        background-position: 23px center;
        background-size: 29px;
    }
}
@media (min-width: 750px) and (max-width: 975px) {
    .balance-tab {
        background-position: 21px center;
        background-size: 27px;
    }
    .pending-tab, .withdrawn-tab {
        background-position: 21px center;
        background-size: 27px;
    }
    .gain-tab {
        background-position: 21px center;
        background-size: 27px;
    }
    .clicks-tab {
        background-position: 21px center;
        background-size: 27px;
    }
    .urls-tab {
        background-position: 21px center;
        background-size: 27px;
    }
}
@media (min-width: 640px) and (max-width: 750px) {
    .balance-tab {
        background-position: 14px center;
        background-size: 23px;
    }
    .pending-tab, .withdrawn-tab {
        background-position: 14px center;
        background-size: 23px;
    }
    .gain-tab {
        background-position: 14px center;
        background-size: 23px;
    }
    .clicks-tab {
        background-position: 14px center;
        background-size: 23px;
    }
    .urls-tab {
        background-position: 14px center;
        background-size: 23px;
    }
}
@media (max-width: 640px) {
    .balance-tab {
        background-position: 10px center;
        background-size: 19px;
    }
    .pending-tab, .withdrawn-tab {
        background-position: 10px center;
        background-size: 19px;
    }
    .gain-tab {
        background-position: 10px center;
        background-size: 19px;
    }
    .clicks-tab {
        background-position: 10px center;
        background-size: 19px;
    }
    .urls-tab {
        background-position: 10px center;
        background-size: 19px;
    }
}
.stats-withdrawal {
    position: relative;
    margin: 35px auto;
    width: 82%;
}
.privacy-wrap {
    width: 100%;
    text-align: left;
    font-family: 'Roboto', sans-serif;
    color: #bbb;
    font-size: 1.1em;
}
.privacy-wrap p {
    font-size: 1em;
}