.membersidebar {
    width: 100%;
    float: left;
}
.membersidebar .content {
    margin: 0px auto 10px;
    position: relative;
    border-radius: 10px;
    border-bottom: 0px;
    overflow: hidden;
}
.member-block {
    background: rgb(11,99,148);
    background: -moz-linear-gradient(top, rgba(11,99,148,1) 0%, rgba(1,121,147,1) 50%, rgba(11,99,148,1) 100%);
    background: -webkit-linear-gradient(top, rgba(11,99,148,1) 0%,rgba(1,121,147,1) 50%,rgba(11,99,148,1) 100%);
    background: linear-gradient(to bottom, #2a3052 0%,#2a3052 50%,#2a3052 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b6394', endColorstr='#0b6394',GradientType=0 );
    border-radius: 36px;
    padding: 10px 20px;
    display: inline-block;
    width: 358px;
    font-weight: 600;
    overflow: hidden;
}
.member-block img {
    margin-right: 10px;
}
.member-block span {
    float: right;
    line-height: 30px;
}
.accbox-container {
    float: left;
    width: 100%;
}
.accbox {
    width: 48%;
    float: left;
    background: rgb(15,22,71);
    background: -moz-linear-gradient(top, rgba(15,22,71,1) 14%, rgba(8,13,56,1) 96%, rgba(8,13,56,1) 96%);
    background: -webkit-linear-gradient(top, rgba(15,22,71,1) 14%,rgba(8,13,56,1) 96%,rgba(8,13,56,1) 96%);
    background: linear-gradient(to bottom, #a04108 14%,#a04108 96%,#2a3052 96%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f1647', endColorstr='#080d38',GradientType=0 );
    border: 2px solid #ff7700;
    margin-top: 20px;
    border-radius: 10px;
    text-align: center;
}
.accbox.right {
    float: right;
}
.accbox-top {
    color: #4a3306;
    background: rgb(255,150,22);
    background: -moz-linear-gradient(top, rgba(255,150,22,1) 0%, rgba(255,181,24,1) 50%, rgba(255,150,22,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,150,22,1) 0%,rgba(255,181,24,1) 50%,rgba(255,150,22,1) 100%);
    background: linear-gradient(to bottom, #2a3052 0%,#2a3052 50%,#2a3052 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9616', endColorstr='#ff9616',GradientType=0 );
    border-radius: 6px 6px 0px 0px;
}
.accbox-top .icon {
    padding-top: 20px;
}
.accbox h3 {
    font-size: 16px;
    text-transform: uppercase;
    padding: 20px;
    border-radius: 6px;
    font-weight: bold;
    color: #ffffff;
    padding-top: 0px;
}
.accbox ul {
    width: 88%;
    float: left;
    padding: 10px 0 15px;
    background: #2a3052;
    margin: 20px 20px;
    border-radius: 6px;
}
.accbox ul {
    list-style: none;
}
.accbox ul li {
    border-bottom: 2px dotted #ffffff57;
    line-height: 38px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: left;
    padding: 0px 25px;
    color:#ffffff;
}
.accbox ul li span {
    float: right;
    color: #ffffff;
    font-weight: 600;
}
.memright {
    width: 100%;
    float: left;
    margin-top: 20px;
    background: rgb(246,109,31);
    background: -moz-linear-gradient(left, rgba(246,109,31,1) 0%, rgba(250,184,72,1) 50%, rgba(246,109,31,1) 100%);
    background: -webkit-linear-gradient(left, rgba(246,109,31,1) 0%,rgba(250,184,72,1) 50%,rgba(246,109,31,1) 100%);
    background: linear-gradient(to right, #2a3052 0%,#2a3052 50%,#2a3052 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f66d1f', endColorstr='#f66d1f',GradientType=1 );
    padding: 20px;
    border-radius: 6px;
}
.memright button#copyButton {
    background: url(assets/img/images/copy.html) no-repeat left center;
    border: none;
    width: 32px;
    height: 32px;
    float: left;
}
.memright label {
    font-weight: 600;
    padding-left: 20px;
    text-transform: uppercase;
}
label {
    font-weight: 400;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
.memright #copyTarget {
    height: 40px;
    background: #ff7700;
    color: #2a3052;
    border: none;
    padding: 8px 20px;
    width: 250px;
    border-radius: 6px;
    font-weight: 600;
    margin-left: 20px;
}
.memright .getban {
    background: rgb(11,99,148);
    background: -moz-linear-gradient(top, rgba(11,99,148,1) 0%, rgba(1,121,147,1) 50%, rgba(11,99,148,1) 100%);
    background: -webkit-linear-gradient(top, rgba(11,99,148,1) 0%,rgba(1,121,147,1) 50%,rgba(11,99,148,1) 100%);
    background: linear-gradient(to bottom, rgb(255, 119, 0) 0%,rgb(255, 119, 0) 50%,rgb(255, 119, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b6394', endColorstr='#0b6394',GradientType=0 );
    padding: 0 35px;
    border-radius: 40px;
    line-height: 36px;
    float: right;
}
.memright .getban a {
    font-weight: 600;
    color: #2a3052;
    font-size: 12px;
    text-transform: uppercase;
}
.acc_button {
    text-align: center;
    padding-bottom: 30px;
}
.acc_button a {
    width: 236px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 40px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    box-shadow: 0 0 3px #000000b3;
    background: rgb(11,99,148);
    background: -moz-linear-gradient(top, rgba(11,99,148,1) 0%, rgba(1,121,147,1) 50%, rgba(11,99,148,1) 100%);
    background: -webkit-linear-gradient(top, rgba(11,99,148,1) 0%,rgba(1,121,147,1) 50%,rgba(11,99,148,1) 100%);
    background: linear-gradient(to bottom, #2a3052 0%,#ff7700 50%,#2a3052 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b6394', endColorstr='#0b6394',GradientType=0 );
    margin: 0 auto;
}

@media screen and (max-width:480px){
   .member-block {
    background: rgb(11,99,148);
    background: -moz-linear-gradient(top, rgba(11,99,148,1) 0%, rgba(1,121,147,1) 50%, rgba(11,99,148,1) 100%);
    background: -webkit-linear-gradient(top, rgba(11,99,148,1) 0%,rgba(1,121,147,1) 50%,rgba(11,99,148,1) 100%);
    background: linear-gradient(to bottom, rgb(74, 199, 40) 0%,rgb(108, 240, 106) 50%,rgb(74, 199, 40) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b6394', endColorstr='#0b6394',GradientType=0 );
    border-radius: 36px;
    padding: 10px 20px;
    display: inline-block;
    width: 340px;
    font-weight: 600;
    overflow: hidden;
}
.accbox {
    width: 100%;
    float: left;
    background: rgb(15,22,71);
    background: -moz-linear-gradient(top, rgba(15,22,71,1) 14%, rgba(8,13,56,1) 96%, rgba(8,13,56,1) 96%);
    background: -webkit-linear-gradient(top, rgba(15,22,71,1) 14%,rgba(8,13,56,1) 96%,rgba(8,13,56,1) 96%);
    background: linear-gradient(to bottom, rgba(15,22,71,1) 14%,rgba(8,13,56,1) 96%,rgba(8,13,56,1) 96%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f1647', endColorstr='#080d38',GradientType=0 );
    border: 2px solid #FF9C16;
    margin-top: 20px;
    border-radius: 10px;
    text-align: center;
}
}