/*
 ____                 _     
| __ ) _ __ _____   _(_)___ 
|  _ \| '__/ _ \ \ / / / __|
| |_) | | |  __/\ V /| \__ \
|____/|_|  \___| \_/ |_|___/
                
CSS File - These are the styles for the Sliding tables at bottom of page (eg. user, form).
*/

/* Main Wrapper */
.tabs {
    position: relative;
	margin: 35px auto;
	width: 82%;
}
@media (min-width: 640px) and (max-width: 750px) {
    .tabs {
        margin: 25px auto;
    }
}
@media (max-width: 640px) {
    .tabs {
        margin: 10px auto;
        width: 86%;
    }
}
.tabs input {
	position: absolute;
	z-index: 1000;
	width: 33.33%;
	height: 40px;
	left: 0px;
	top: 0px;
	opacity: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
	cursor: pointer;
}
.due input, .due label, .tabs input#tab-2  {
    width: 50%!important;
}
.due input#tab-2{
	left: 50%!important;
}
.tabs input#tab-2{
	left: 33.33%;
}
.tabs input#tab-3{
	left: 66.66%;
}
@media (min-width: 640px) and (max-width: 750px) {
    .tabs input {
        height: 37px;
    }
}
@media (max-width: 640px) {
    .tabs input {
        width: 100%;
        height: 30px;
    }
    .due input, .due label, .tabs input#tab-2  {
        width: 100%!important;
    }
    .due input#tab-2{
        left: 0!important;
    }
    .tabs input#tab-2{
        left: 0;
        top: 30px;
    }
    .tabs input#tab-3{
        left: 0;
        top: 65px;
    }
}

/* Content Wrap */
.content {
	position: relative;
    width: 100%;
	height: 450px;
    top: -3px;
	z-index: 1;
	overflow: hidden;
    border: 3px solid #626B74;
    border-radius: 0 0 3px 3px;
}
@media (min-width: 750px) and (max-width: 1115px) {
    .content {
        height: 410px;
    }
}
@media (min-width: 640px) and (max-width: 750px) {
    .content {
        height: 400px;
    }
}
@media (max-width: 640px) {
    .content {
        height: 490px;
    }
}
.content div {
    position: absolute;
	top: 0;
	padding: 10px 40px;
	z-index: 1;
    opacity: 0;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    transition: all linear 0.3s;
}
@media (min-width: 1115px)and (max-width: 1230px) {
    .content div {
        padding: 10px 15px;
    }
}
@media (min-width: 750px) and (max-width: 1115px) {
    .content div {
        padding: 10px 36px;
    }
}
@media (min-width: 640px) and (max-width: 750px) {
    .content div {
        padding: 10px 20px;
    }
}
@media (max-width: 640px) {
    .content div {
        padding: 0 10px;
    }
}
.content h4 {
	font-family: 'Roboto', sans-serif;
    font-size: 1.3em;
    color: #ccc;
    padding: 25px 30px;
    line-height: 330px;
}
@media (max-width: 640px) {
    .content h4 {
        font-size: 0.9em;
        line-height: 430px;
    }
}

.content-1, .content-2, .content-3 {
    width: 100%;
}

/* Tabs Animation */
.content-1, .content-3 {
	-webkit-transform: translateX(-250px);
	-moz-transform: translateX(-250px);
	-o-transform: translateX(-250px);
	-ms-transform: translateX(-250px);
	transform: translateX(-250px);
}

.content-2, .content-4 {
    -webkit-transform: translateX(250px);
	-moz-transform: translateX(250px);
	-o-transform: translateX(250px);
	-ms-transform: translateX(250px);
	transform: translateX(250px);
}

.tabs input.tab-selector-1:checked ~ .content .content-1,
.tabs input.tab-selector-2:checked ~ .content .content-2,
.tabs input.tab-selector-3:checked ~ .content .content-3,
.tabs input.tab-selector-4:checked ~ .content .content-4 {
    -webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-o-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
	z-index: 100;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: all ease-out 0.2s 0.1s;
    -moz-transition: all ease-out 0.2s 0.1s;
    -o-transition: all ease-out 0.2s 0.1s;
    -ms-transition: all ease-out 0.2s 0.1s;
    transition: all ease-out 0.2s 0.1s;
}


/* Constituent elements */
.tabs label {
	background: transparent;
	font-size: 15px;
	letter-spacing: 1px;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
	height: 40px;
	position: relative;
	padding: 0.4em 2.05em;
    border-radius: 0;
    float: left;
	display: block;
	width: 33.33%;
	color: #eee;
	text-transform: uppercase;
    text-align: center;
    border: 3px solid rgba(238, 238, 238, 0.8);
    -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) {
    .tabs label {
        font-size: 13px;
        height: 37px;
    }
}
@media (max-width: 640px) {
    .tabs label {
        font-size: 11px;
        height: auto;
        padding: 0.6em 2.05em;
        width: 100%;
        border: 2px solid rgba(238, 238, 238, 0.8);
    }
}
.tabs label:nth-of-type(1) {
    border-radius: 5px 0 0 0;
}
@media (min-width: 640px) {
    .due label:nth-of-type(2) {
        border-radius: 0 5px 0 0;
    }
}
.tabs label:nth-of-type(3) {
    border-radius: 0 5px 0 0;
}
@media (max-width: 640px) {
    .tabs label:nth-of-type(1) {
        border-radius: 5px 5px 0 0;
    }

    .tabs label:nth-of-type(3) {
        border-radius: 0 0 0 0;
    }
}
.tabs input:hover + label {
	background: rgba(187, 187, 187, 0.15);
}

.tab-label-1 {
    z-index: 4;
}

.tab-label-2 {
    z-index: 3;
}

.tab-label-3 {
    z-index: 2;
}

.tabs input:checked + label {
	z-index: 6;
	color: #00A8E8;
    border: 3px solid #00A8E8;
    -webkit-animation: page 0.2s linear;
    -moz-animation: page 0.2s linear;
    -ms-animation: page 0.2s linear;
    -o-animation: page 0.2s linear;
    animation: page 0.2s linear;
}
@media (max-width: 640px) {
    .tabs input:checked + label {
        border: 2px solid #00A8E8;
    }
}
.clear-shadow {
	clear: both;
}

.content .camel {
    background: url('../images/camel.png') center no-repeat;
    background-size: 50%;
    width: 100%;
    height: 100%;
}
.content div h2,
.content div h3{
	color: #00A8E8;
}
.content div ul {
    padding: 0;
    margin: 30px 0;
    font-family: 'Roboto', sans-serif;
    font-size: 1.2em;
    color: #ccc;
    line-height: 18px;
}
@media (min-width: 640px) and (max-width: 750px) {
    .content div ul {
        font-size: 1.1em;
        line-height: 17px;
    }
}
@media (max-width: 640px) {
    .content div ul {
        font-size: 1em;
        line-height: 16px;
    }
}
.content div li {
    list-style-type: none;
	width: 33.33%;
    height: 195px;
    float: left;
}
@media (min-width: 750px) and (max-width: 1115px) {
    .content div li {
        height: 175px;
    }
}
@media (min-width: 640px) and (max-width: 750px) {
    .content div li {
        height: 175px;
    }
}
@media (max-width: 640px) {
    .content div li {
        width: 50%;
        height: 150px;
    }
}
.content img {
    margin-bottom: 7px;
    width: 180px;
}
@media (min-width: 750px) and (max-width: 1115px) {
    .content img {
        width: 137px;
    }
}
@media (min-width: 640px) and (max-width: 750px) {
    .content img {
        width: 150px;
    }
}
@media (max-width: 640px) {
    .content img {
        width: 130px;
    }
}
.content div h5 {
	padding: 4px 9px 3px 9px;
    background-color: #34373D;
    border: 1px solid #2e3136;
    border-radius: 8px;
    font-size: 0.9em;
    margin: 63px -10px;
    width: 100px;
}
@media (min-width: 750px) and (max-width: 1115px) {
    .content div h5 {
        margin: 48px -20px;
    }
}
@media (min-width: 640px) and (max-width: 750px) {
    .content div h5 {
        margin: 53px -50%;
        width: 200%;
    }
}
@media (max-width: 640px) {
    .content div h5 {
        margin: 36px -50%;
        width: 200%;
    }
}
.content div h6 {
    margin: 0;
    text-transform: uppercase;
    font-size: 0.70em;
    color: #bbb;
}

/* User Page */
.username-text {
    width: 100%;
    position: static!important;
    padding: 0!important;
    font-size: 1em;
}
.user-profile, .settings-stats, .earning-content, .user-profile div, .settings-stats div, .earning-content div {
    opacity: 1!important;
}
.user-profile, .settings-stats, .earning-content {
    display: block;
    width: 790px;
    position: static;
    padding: 15px 0 0 0 !important;
}
.earning-content p {
    font-size: 1.2em;
    padding-left: 3em;
    padding-right: 3em;
}
@media (min-width: 1115px)and (max-width: 1230px) {
    .user-profile, .settings-stats, .earning-content {
        width: calc(100% - 50px);
        padding: 5px 10px !important;
    }
}
@media (min-width: 750px) and (max-width: 1115px) {
    .user-profile, .earning-content {
        width: calc(100% - 72px);
    }
    .settings-stats {
        width: 100%;
    }
}
@media (min-width: 640px) and (max-width: 750px) {
    .user-profile, .earning-content {
        width: calc(100% - 40px);
    }
    .settings-stats {
        width: 100%;
    }
}
@media (max-width: 640px) {
    .user-profile, .earning-content {
        width: 95.5%;
    }
    .settings-stats {
        width: 100%;
    }
    .earning-content p {
        font-size: 1.1em
    }
}
.user-profile h3, .settings-stats h3, .earning-content h3 {
    color: #eee !important;
    font-size: 1.4em;
    text-align: left;
    border-bottom: 1px solid #626B74;
    padding-bottom: 13px;
    padding-left: 40px;
    margin-top: 0.5em;
}
@media (max-width: 640px) {
    .user-profile h3, .settings-stats h3, .earning-content h3 {
        font-size: 1.2em;
        padding-bottom: 9px;
        padding-left: 30px;
        margin-top: 0.3em;
    }
}
.user-stats, .settings-stats {
    position: static !important;
    padding: 0 !important;
    height: 390px;
}
@media (min-width: 1115px) and (max-width: 1230px) {
    .user-stats, .settings-stats {
        padding: 5px 10px !important;
    }
}
.profile-text {
    float: left;
    margin-left: 95px;
    margin-top: 10px;
    font-size: 1.2em;
    padding: 0 !important;
    width: 320px;
}
@media (min-width: 1115px)and (max-width: 1230px) {
    .profile-text {
        margin-left: 86px;
        width: 289px;
    }
}
@media (min-width: 870px) and (max-width: 1115px) {
    .profile-text {
        margin-left: 90px;
        width: calc(99% - 90px);
        font-size: 1.1em;
    }
}
@media (min-width: 750px) and (max-width: 870px) {
    .profile-text {
        margin-left: 70px;
        width: calc(98% - 70px);
        font-size: 1.1em;
    }
}
@media (min-width: 640px) and (max-width: 750px) {
    .profile-text {
        width: calc(99% - 95px);
    }
}
@media (max-width: 640px) {
    .profile-text {
        margin-left: 50px;
        font-size: 1.05em;
        width: calc(99% - 50px);
    }
}
.pt-left, .pt-right {
    position: static!important;
    font-size: 1em;
    width: 50%;
    padding: 0 3% !important;
}
.pt-left {
    float: left;
    text-align: right;
}
.pt-right {
    float: right;
    text-align: left;
}
.profile-text h6 {
    font-size: 0.75em!important;
    margin-bottom: 5px!important;
    margin-top: 15px!important;
}
.profile-picture {
    width: 80px;
    height: 80px;
    padding: 0!important;
    margin: 24px 15px;
    border-radius: 50%;
    border: 3px solid rgba(255, 255, 255, 0.3);
    float: left;
    background-size: 80px;
    background-color: #eee;
    background-position: center;
}
@media (min-width: 1115px)and (max-width: 1230px) {
    .profile-picture {
        width: 72px;
        height: 72px;
        margin: 26px 13px;
        background-size: 72px;
    }
}
@media (min-width: 870px) and (max-width: 1115px) {
    .profile-picture {
        width: 72px;
        height: 72px;
        margin: 26px 13px;
        background-size: 72px;
    }
}
@media (min-width: 750px) and (max-width: 870px) {
    .profile-picture {
        width: 60px;
        height: 60px;
        margin: 33px 6px;
        background-size: 60px;
    }
}
@media (max-width: 640px) {
    .profile-picture {
        width: 50px;
        height: 50px;
        margin: 37px 0;
        background-size: 50px;
    }
}
.stats-circle-1 {
    margin-left: 20px;
}
.stats-circle-2 {
    margin-left: 200px;
}
@media (min-width: 1115px)and (max-width: 1230px) {
    .stats-circle-1 {
        margin-left: 18px;
    }
    .stats-circle-2 {
        margin-left: 181px;
    }
}
@media (max-width: 1115px) {
    .stats-circle-1 {
        margin-left: 0;
    }
    .stats-circle-2 {
        margin-left: 47%;
    }
}
.ab {
    padding: 0!important;
    background-color: #4E5256!important;
    width: 130px!important;
    height: 130px!important;
}
.cir {
    background-color: #3B3F44!important;
    width: 126px!important;
    height: 126px!important;
}
.perc {
    display: none!important;   
}
.progress-circle {
    margin-top: 70px; 
}
@media (min-width: 640px)and (max-width: 1115px) {
    .progress-circle {
        margin-top: 60px; 
    }
}
.progress-circle div {
    padding: 0;   
}
.text-in-progress {
    z-index: 9!important;
    width: 130px;
    padding-top: 47px!important;
    font-size: 1.6em;
}
.text-in-progress h6 {
    font-size: 0.55em!important;
}
.change-password {
    margin-top: 70px;
    width: 440px;
    height: 135px;
    padding: 10px !important;
}
.make-withdrawal {
    margin-top: 95px;
    width: 59%;
    height: 135px;
    padding: 10px !important;
}
@media (min-width: 1115px)and (max-width: 1230px) {
    .change-password {
        width: 398px;
    }
}
@media (min-width: 750px)and (max-width: 1115px) {
    .change-password, .make-withdrawal {
        width: 58%;
    }
}
@media (max-width: 750px) {
    .change-password {
        width: 100%;
        margin-top: 45px;
    }
}
@media (max-width: 640px) {
    .make-withdrawal {
        margin-top: 68px;
        width: 100%;
        height: 135px;
        padding: 10px !important;
    }   
}
.change-password input, .ppicture-form input, .make-withdrawal input {
    opacity: 1!important;
    height: auto!important;
    position: static;
    display: block;
    left: 0;
    margin: 25px 8%;
    padding: 0.70em 0.45em 0.72em 0.65em;
    width: 80%!important;
    border: 3px solid #ddd;
    background-color: #fff;
    color: #555;
    font-weight: 400;
    text-overflow: ellipsis;
    font-size: 1.2em;
    border-radius: 3px;
    text-align: left;
    cursor: text;
}
@media (max-width: 640px) {
    .change-password input, .ppicture-form input, .make-withdrawal input {
        margin: 20px 0;
        width: 100% !important;
        border: 2px solid #ddd;
        font-size: 1em;
    }
}
.change-password input:focus, .make-withdrawal input:focus {
    margin: 25px 8%;
    outline: none!important;
    border: 3px solid #ddd;
}
.change-password button, .ppicture-form input[type="submit"], .make-withdrawal button  {
    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.15em;
    -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 (max-width: 640px) {
    .change-password button, .ppicture-form input[type="submit"], .make-withdrawal button  {
        border: 2px solid #00A8E8;
        font-size: 0.9em;
    }
}
.change-password button:hover, .ppicture-form input[type="submit"]:hover, .make-withdrawal button:hover {
    background: rgba(187, 187, 187, 0.15);
    color: #32b9ec;
}
.pending-withdrawal {
    border-radius: 3px;
    border: 3px solid rgba(255, 255, 255, 0.07);
    padding: 1em !important;
    margin-top: 10px;
    font-size: 1.7em;
    font-weight: 600;
    position: static !important;
}
.pending-withdrawal:nth-of-type(1) {
    margin-top: 30px!important;
}
.pending-withdrawal small {
    font-size: 0.6em;
    color: #ddd;
}
.pending-withdrawal a {
    color: #198aaf;
}
@media (min-width: 750px) and (max-width: 1115px) {
    .pending-withdrawal {
        border: 2px solid rgba(255, 255, 255, 0.07);
        padding: 0.8em !important;
        font-size: 1.6em;
    }
    .pending-withdrawal:nth-of-type(1) {
        margin-top: 10px!important;
    }
}
@media (min-width: 640px) and (max-width: 750px) {
    .pending-withdrawal {
        border: 2px solid rgba(255, 255, 255, 0.07);
        padding: 0.7em !important;
        font-size: 1.5em;
    }
    .pending-withdrawal:nth-of-type(1) {
        margin-top: 10px!important;
    }
}
@media (max-width: 640px) {
    .pending-withdrawal {
        border: 2px solid rgba(255, 255, 255, 0.07);
        padding: 0.7em !important;
        font-size: 1.5em;
    }
    .pending-withdrawal:nth-of-type(1) {
        margin-top: 10px!important;
    }
    .pending-withdrawal:nth-of-type(3) {
        display: none;
    }
}
.ppicture-form {
    margin-top: 70px;
    padding: 10px !important;
}
.ppicture-form input {
    padding: 0.60em 0.45em 0.72em 0.65em;
    margin: 15px 8% 20px;
}
.ppicture-form input[type="submit"] {
    padding: 0.5em 2.05em;
    width: auto!important;
    margin-top: 27px;
}
.ppicture-form img {
    border-radius: 50%;
    border: 3px solid rgba(255, 255, 255, 0.3);
    width: 80px;
    height: 80px;
}
.fallback, .cpass-result {
    padding: 1.1em 1.1em 1.1em 4em !important;
    position: static !important;
    border: 2px solid rgba(255, 255, 255, 0.07);
    border-radius: 5px;
    margin-top: 35px;
    margin-left: 8%;
    width: 80%;
    background: url('../images/icon-ppicture.png') center center no-repeat transparent;
    background-size: 14px;
    background-position: 48% 13px;
}
.fallback.error, .cpass-result.error {
    background: url('../images/warning.png') left no-repeat transparent;
    background-size: 16px;
    background-position: 19px 12px;
    color: #eee;
}
.fallback.success, .cpass-result.success {
    background: url('../images/icon-check.png') left no-repeat transparent;
    background-size: 16px;
    background-position: 19px 12px;
    color: #eee;
}

/* Settings Page */
.settings-stats p {
    font-size: 1.2em;
    text-align: left;
    color: #ddd;
}
@media (max-width: 640px) {
    .settings-stats p {
        font-size: 1em;
        padding-left: 4%;
    }
}
.settings-stats p i {
    text-decoration: underline;
}
.settings-stats p span {
    font-size: 1.1em;
    letter-spacing: 2px;
    font-family: 'Arial', sans-serif;
    background-color: #35383d;
    padding: 6px 10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin: 0 7px;
    line-height: 29px;
}
.settings-stats code {
    font-size: 0.9em;
    letter-spacing: 2px;
    font-family: 'Arial', sans-serif;
    background-color: #35383d;
    padding: 6px 10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin: 0 7px;
    line-height: 23px;
    text-align: left;
}
.settings-stats input, .settings-stats textarea  {
    opacity: 1;
    position: static;
    width: 80% !important;
    border: 3px solid #ddd;
    background-color: #fff;
    cursor: text;
    font-size: 1.2em;
    color: #555;
    font-weight: 400;
    text-overflow: ellipsis;
    border-radius: 3px;
    padding: 0 12px;
    margin: 8px 3px;
}
.settings-stats textarea  {
    padding: 12px!important;
}
.ante-shorten-activated, .ante-shorten-disabled {
    padding-left: 45px;
    font-size: 1.3em !important;
    line-height: 55px;
    margin-bottom: 20px;
}
@media (max-width: 640px) {
    .ante-shorten-activated, .ante-shorten-disabled {
        font-size: 1.1em !important;
        padding-left: 10%!important;
    }
}
.ante-shorten-activated strong, .ante-shorten-disabled strong {
    text-transform: uppercase;
}
.ante-shorten-activated {
    background: url('../images/as-activated.png') left center no-repeat;
    background-size: 30px;
}
.ante-shorten-disabled {
    background: url('../images/as-disabled.png') left center no-repeat;
    background-size: 30px;
}
@media (max-width: 640px) {
    .ante-shorten-activated {
        background-size: 20px;
    }
    .ante-shorten-disabled {
        background-size: 20px;
    }
    .ante-shorten-activated, .ante-shorten-disabled {
        max-width: 240px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
}
.uleft {
    width: 60% !important;
    float: left !important;
    border-right: 2px solid #626B74;
    padding-right: 25px !important;   
}
.uright {
    width: 40% !important;
    float: right !important;
    padding-left: 30px !important;
}
.earning-content .uleft {
    width: 60% !important;
    float: left !important;
    border-right: 2px solid #626B74;
    padding-right: 25px !important;   
}
.earning-content .uright {
    width: 40% !important;
    float: right !important;
    padding-left: 30px !important;
}

@media (min-width: 640px) and (max-width: 750px) {
    .user-profile .uleft {
        width: 100% !important;
        border-right: 0 solid transparent;
    }
    .user-profile .uright {
        display: none;
    }
    .settings-stats .uleft {
        width: 50% !important;
        padding-right: 15px !important;
    }
    .settings-stats .uright {
        width: 50% !important;
        padding-left: 15px !important;
    }
}
@media (max-width: 640px) {
    .uleft {
        width: 100% !important;
        border-right: 0 solid transparent;
    }
    .uright {
        display: none;
    }
    .earning-content .uleft {
        width: 100% !important;
        float: left !important;
        height: 250px;
        border-right: 0;
        border-bottom: 2px solid #626B74;
        margin-bottom: 10px;
        padding-right: 0 !important;   
    }
    .earning-content .uright {
        width: 100% !important;
        float: left !important;
        padding-left: 0!important;
        display: block!important;
    }
}
.user-details, .micro-settings {
    width: 440px;
    height: 135px;
    margin-top: 30px;
    border-radius: 5px;
    padding: 10px!important;
    border: 3px solid rgba(255, 255, 255, 0.1);
}
@media (min-width: 640px) and (max-width: 1115px) {
    .micro-settings {
        margin-top: -20px;
    }
}
@media (max-width: 750px) {
    .user-details, .micro-settings {
        width: 100%;
    }
}
@media (min-width: 1115px)and (max-width: 1230px) {
    .user-details, .micro-settings {
        width: 398px;
    }
}
@media (min-width: 750px) and (max-width: 1115px) {
    .user-details, .micro-settings {
        width: 55%;
    }
}
.micro-settings, .micro-settings div {
    position: static!important;
    height: auto!important;
    width: auto!important;
    font-size: 1.3em;
}
.micro-settings div {
    margin-top: 10px;
    font-size: 1.2em;
    padding: 0 !important;
    width: 100%;
}
.micro-settings h6 {
    font-size: 0.7em !important;
    margin-bottom: 5px !important;
    margin-top: 15px !important;
}
@media (max-width: 640px) {
    .micro-settings h6 {
        font-size: 0.6em !important;
    }
}
.user-dstats {
    margin-top: 190px;
    width: 440px;
    padding: 0!important;
}
@media (min-width: 1115px)and (max-width: 1230px) {
    .user-dstats {
        width: 398px;
    }
}
@media (min-width: 750px) and (max-width: 1115px) {
    .user-dstats {
        width: 55%;
    }
}
@media (min-width: 640px) and (max-width: 1115px) {
    .user-dstats {
        margin-top: 175px;
    }
}
@media (max-width: 750px) {
    .user-dstats {
        width: 100%;
    }
}
.settings-stats-info h4 {
    height: auto;
    line-height: 22px;
    padding: 0;
    text-align: left;
    font-size: 2.7em;
    font-weight: 300;
}
.settings-stats-info h4 small {
    font-size: 0.4em;
    font-weight: 500;
    text-transform: uppercase;
    margin-left: 8px;
}
.trend-positive, .trend-negative {
    padding-left: 35px !important;
    background-size: 23px !important;
}
@media (max-width: 640px) {
    .settings-stats-info h4 {
        font-size: 2.3em;
    }
    .trend-positive, .trend-negative {
        padding-left: 32px !important;
        background-size: 21px !important;
    }
}
.trend-positive {
    background: url('../images/trend-positive.png') 0 -2px no-repeat;
}
.trend-negative {
    background: url('../images/trend-negative.png') 0 -2px no-repeat;
}
.post-scriptum {
    font-size: 1.2em;
    color: #aaa;
    text-align: center;
    padding-left: 15%;
    padding-right: 15%;
}
@media (max-width: 640px) {
    .post-scriptum {
        font-size: 1em;
        padding-left: 10%;
        padding-right: 10%;
    }
}

/* User and Settings Icons */
.ud_icon_stats {
    background: url("../images/user-stats-icon.png") 11px 2px no-repeat;
    background-size: 15px;
}
.ud_icon_premium {
    background: url("../images/icon-premium.png") 11px 2px no-repeat;
    background-size: 15px;
}
.ud_icon_password {
    background: url("../images/icon-password.png") 11px 2px no-repeat;
    background-size: 15px;
}
.ud_icon_ppicture {
    background: url("../images/icon-ppicture.png") 11px 2px no-repeat;
    background-size: 15px;
}
.ss_icon_url {
    background: url("../images/dr-icon.png") 11px 2px no-repeat;
    background-size: 15px;
}
.ss_icon_users {
    background: url("../images/icon-users.png") 11px 2px no-repeat;
    background-size: 15px;
}
.ss_icon_api {
    background: url("../images/icon-api.png") 11px 2px no-repeat;
    background-size: 17px;
}
.ss_token {
    background: url("../images/icon-token.png") 11px 2px no-repeat;
    background-size: 17px;
}
.ss_time {
    background: url("../images/icon-time.png") 11px 2px no-repeat;
    background-size: 17px;  
}
.ss_advertising_method {
    background: url("../images/icon-advertising-method.png") 11px 2px no-repeat;
    background-size: 17px;  
}
.ss_advertising_code {
    background: url("../images/icon-advertising-code.png") 11px 2px no-repeat;
    background-size: 17px;  
}
.ea_icon_withdrawal {
    background: url("../images/icon-withdrawal.png") 11px 2px no-repeat;
    background-size: 15px;
}
.ea_icon_pending {
    background: url("../images/icon-pending.png") 11px 2px no-repeat;
    background-size: 17px;
}
@media (max-width: 640px) {
    .ud_icon_stats {
        background: url("../images/user-stats-icon.png") 10px 1px no-repeat;
        background-size: 12px;
    }
    .ud_icon_password {
        background: url("../images/icon-password.png") 11px 2px no-repeat;
        background-size: 12px;
    }
    .ss_icon_url {
        background: url("../images/dr-icon.png") 10px 2px no-repeat;
        background-size: 11px;
    }
    .ss_icon_api {
        background: url("../images/icon-api.png") 9px 1px no-repeat;
        background-size: 14px;
    }
    .ss_token {
        background: url("../images/icon-token.png") 9px 1px no-repeat;
        background-size: 14px;
    }
    .ss_advertising_code {
        background: url("../images/icon-advertising-code.png") 9px 1px no-repeat;
        background-size: 14px;  
    }
    .ea_icon_withdrawal {
        background: url("../images/icon-withdrawal.png") 11px 2px no-repeat;
        background-size: 13px;
    }
    .ea_icon_pending {
        background: url("../images/icon-pending.png") 11px 2px no-repeat;
        background-size: 14px;
    }
}

/* Popular Links */
.round-popular {
    border-radius: 50%;
    border: 4px solid rgba(238, 238, 238, 0.5);
    width: 90px;
    height: 90px;
    opacity: 1!important;
    margin: 0 auto;
    position: static!important;
    top: auto!important;
    padding: 0!important;
}
@media (min-width: 750px) and (max-width: 1115px) {
    .round-popular {
        width: 75px;
        height: 75px;
    }
}
@media (min-width: 640px) and (max-width: 750px) {
    .round-popular {
        width: 75px;
        height: 75px;
    }
}
@media (max-width: 640px) {
     .round-popular {
        width: 60px;
        height: 60px;
    }   
}
.screenshot-popular {
    opacity: 1!important;
    position: static!important;
    top: auto!important;
    padding: 0!important;
    width: 100%;
    height: 100px;
}
@media (min-width: 750px) and (max-width: 1115px) {
    .screenshot-popular {
        height: 70px;
    }
}
@media (min-width: 640px) and (max-width: 750px) {
    .screenshot-popular {
        height: 80px;
    }
}
@media (max-width: 640px) {
    .screenshot-popular {
        height: 68px;
    }
}
.screenshot-popular img {
    margin: 0 auto!important;
    opacity: 0.9;
    border: 4px solid #4A4E53;
    border-radius: 3px;
}
.screenshot-popular h5 {
    margin: -50px auto!important;
    width: 100px!important;
    position: relative;
    border: 4px solid #2e3136!important;
}
@media (min-width: 750px) and (max-width: 1115px) {
    .screenshot-popular h5 {
        margin: -45px auto!important;
        border: 3px solid #2e3136!important;
    }
}
@media (max-width: 640px) {
    .screenshot-popular h5 {
        margin: -43px auto!important;
        border: 2px solid #2e3136!important;
    }
}