body {
  margin-top: 20px;
  background: #eee;
}

.type-document {
  width: 100%;
  margin-bottom: 20px;
}

.documents {
  padding: 20px;
}

.tabs {
  margin-bottom: 20px;
}

.tabs .nav-tabs {
  border-bottom: 1px solid #dce2e9;
}

.tabs .nav-tabs>li>a {
  font-size: 15px;
  padding: 10px 20px;
}

.tabs .nav-tabs>li.active>a {
  border: 1px solid #dce2e9;
  border-bottom-color: #fff;
}

.tabs-panel .panel-heading {
  padding: 3px 10px 2px 10px;
}

.tabs-panel .panel-heading>.nav.nav-tabs {
  padding: 0;
}

.tabs-panel .panel-heading:after {
  padding-bottom: 3px;
}

.tabs-panel .panel-heading .panel-options {
  margin-top: 10px;
}

.tabs-panel .panel-body {
  padding: 20px 15px 15px 15px;
  font-size: 14px;
}

.tabs-panel .nav-tabs {
  border: none;
}

.tabs-panel .nav-tabs>li {
  float: left;
  margin-bottom: -1px;
}

.tabs-panel .nav-tabs>li>a {
  margin-right: 2px;
  line-height: 1.42857143;
  font-weight: 600;
  font-size: 15px;
  color: #555;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.tabs-panel .nav-tabs>li>a>i {
  font-size: 13px;
  margin-right: 2px;
}

.tabs-panel .nav-tabs>li>a:hover {
  border-color: #eee #eee #ddd;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  color: #000;
}

.tabs-panel .nav-tabs>li.active>a,
.tabs-panel .nav-tabs>li.active>a:hover,
.tabs-panel .nav-tabs>li.active>a:focus {
  color: #4a4d56;
  cursor: default;
  background-color: inherit;
  border: none;
  border-bottom-color: transparent;
}

.tabs-panel .nav-tabs>li.active>a:after,
.tabs-panel .nav-tabs>li.active>a:hover:after,
.tabs-panel .nav-tabs>li.active>a:focus:after {
  display: block;
  position: absolute;
  width: calc(100% - 4px);
  left: 2px;
  content: "";
  padding-bottom: 12px;
  border-bottom: 4px solid #314557;
}

.tabs-panel .tab-content {
  background-color: #fff;
  border: none;
}

.tabs-panel.panel-success .panel-heading:after,
.tabs-panel.panel-info .panel-heading:after,
.tabs-panel.panel-danger .panel-heading:after,
.tabs-panel.panel-warning .panel-heading:after,
.tabs-panel.panel-dark .panel-heading:after {
  display: none;
}

.tabs-panel.panel-success-outline .nav-tabs>li.active>a:after,
.tabs-panel.panel-success-outline .nav-tabs>li.active>a:hover:after,
.tabs-panel.panel-success-outline .nav-tabs>li.active>a:focus:after {
  border-bottom: 4px solid #0ec8a2;
}

.tabs-panel.panel-info-outline .nav-tabs>li.active>a:after,
.tabs-panel.panel-info-outline .nav-tabs>li.active>a:hover:after,
.tabs-panel.panel-info-outline .nav-tabs>li.active>a:focus:after {
  border-bottom: 4px solid #2da9e9;
}

.tabs-panel.panel-warning-outline .nav-tabs>li.active>a:after,
.tabs-panel.panel-warning-outline .nav-tabs>li.active>a:hover:after,
.tabs-panel.panel-warning-outline .nav-tabs>li.active>a:focus:after {
  border-bottom: 4px solid #ff9e2a;
}

.tabs-panel.panel-danger-outline .nav-tabs>li.active>a:after,
.tabs-panel.panel-danger-outline .nav-tabs>li.active>a:hover:after,
.tabs-panel.panel-danger-outline .nav-tabs>li.active>a:focus:after {
  border-bottom: 4px solid #f95858;
}

.tabs-panel.panel-success .panel-heading .nav.nav-tabs>li>a,
.tabs-panel.panel-info .panel-heading .nav.nav-tabs>li>a,
.tabs-panel.panel-danger .panel-heading .nav.nav-tabs>li>a,
.tabs-panel.panel-warning .panel-heading .nav.nav-tabs>li>a,
.tabs-panel.panel-dark .panel-heading .nav.nav-tabs>li>a {
  color: #fff;
}

.tabs-panel.panel-success .panel-heading li.active>a:after,
.tabs-panel.panel-success .panel-heading li.active>a:hover:after,
.tabs-panel.panel-success .panel-heading li.active>a:focus:after {
  display: block;
  margin: 0 auto;
  width: 18px;
  height: 18px;
  background-color: #0ec8a2;
  transform: rotate(45deg);
  border: none;
  margin-top: 4px;
  left: 40%;
}

.tabs-panel.panel-info .panel-heading li.active>a:after,
.tabs-panel.panel-info .panel-heading li.active>a:hover:after,
.tabs-panel.panel-info .panel-heading li.active>a:focus:after {
  display: block;
  margin: 0 auto;
  width: 18px;
  height: 18px;
  background-color: #2da9e9;
  transform: rotate(45deg);
  border: none;
  margin-top: 4px;
  left: 40%;
}

.tabs-panel.panel-warning .panel-heading li.active>a:after,
.tabs-panel.panel-warning .panel-heading li.active>a:hover:after,
.tabs-panel.panel-warning .panel-heading li.active>a:focus:after {
  display: block;
  margin: 0 auto;
  width: 18px;
  height: 18px;
  background-color: #ff9e2a;
  transform: rotate(45deg);
  border: none;
  margin-top: 4px;
  left: 40%;
}

.tabs-panel.panel-danger .panel-heading li.active>a:after,
.tabs-panel.panel-danger .panel-heading li.active>a:hover:after,
.tabs-panel.panel-danger .panel-heading li.active>a:focus:after {
  display: block;
  margin: 0 auto;
  width: 18px;
  height: 18px;
  background-color: #f95858;
  transform: rotate(45deg);
  border: none;
  margin-top: 4px;
  left: 40%;
}

.tabs-panel.panel-dark .panel-heading li.active>a:after,
.tabs-panel.panel-dark .panel-heading li.active>a:hover:after,
.tabs-panel.panel-dark .panel-heading li.active>a:focus:after {
  display: block;
  margin: 0 auto;
  width: 18px;
  height: 18px;
  background-color: #314557;
  transform: rotate(45deg);
  border: none;
  margin-top: 4px;
  left: 40%;
}

.nav-tabs {
  border-bottom: 1px solid #98a3af;
}

.nav-tabs>li {
  float: left;
  margin-bottom: -1px;
  opacity: 0.5;
}

.nav-tabs>li>a {
  margin-right: 2px;
  line-height: 1.42857143;
  font-weight: 600;
  font-size: 16px;
  color: #555;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs>li>a:hover {
  border-color: #eee #eee #ddd;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  color: #000;
}

.nav-tabs>li.active {
  opacity: 1;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #dce2e9;
  border-bottom-color: transparent;
}

.tabs-panel .nav-tabs>li.active>a,
.tabs-panel .nav-tabs>li.active>a:hover,
.tabs-panel .nav-tabs>li.active>a:focus {
  margin-top: -1px;
  border: 1px solid rgba(0, 0, 0, 0) !important;
  border-bottom: none;
}

.tab-content {
  background-color: #fff;
  border: 1px solid #dce2e9;
  border-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top: none;
}

.tab-content>.tab-pane {
  display: none;
}

.tab-content>.active {
  display: block;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified>li {
  float: none;
}

.nav-tabs.nav-justified>li>a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-tabs.nav-justified>.dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

.nav-tabs.nav-justified>li>a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a:focus {
  border: 1px solid #dce2e9;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified>li {
	display: table-cell;
	width: 1%;
  }

  .nav-tabs.nav-justified>li>a {
	margin-bottom: 0;
	border-bottom: 1px solid #98a3af;
	border-radius: 4px 4px 0 0;
  }

  .nav-tabs.nav-justified>.active>a,
  .nav-tabs.nav-justified>.active>a:hover,
  .nav-tabs.nav-justified>.active>a:focus {
	border-bottom-color: #fff;
  }
}

@media (max-width: 767px) {
  .nav-justified>li>a {
	border: 1px solid #98a3af;
  }

  .nav-justified+.tab-content {
	border: 1px solid #dce2e9;
  }
}

.document {
  float: left;
  width: calc(33% - 20px);
  max-width: 240px;
  margin: 0px 10px 20px;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #dce2e9;
}

.document .document-body {
  height: 130px;
  text-align: center;
  border-radius: 3px 3px 0 0;
  background-color: #fdfdfe;
}

.document .document-body i {
  font-size: 45px;
  line-height: 120px;
}

.document .document-body img {
  width: 100%;
  height: 100%;
}

.document .document-footer {
  border-top: 1px solid #ebf1f5;
  /* height: 46px; */
  ;
  padding: 5px 12px;
  border-radius: 0 0 2px 2px;
}

.document .document-footer .document-name {
  display: block;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 600;
  width: 100%;
  line-height: normal;
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.document .document-footer .document-description {
  display: block;
  margin-top: -1px;
  font-size: 11px;
  font-weight: 600;
  color: #8998a6;
  width: 100%;
  line-height: normal;
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.document.info .document-footer>*,
.document.success .document-footer>*,
.document.danger .document-footer>*,
.document.warning .document-footer>*,
.document.dark .document-footer>* {
  color: #fff;
}

.document.info .document-footer {
  background-color: #2da9e9;
}

.document.success .document-footer {
  background-color: #0ec8a2;
}

.document.warning .document-footer {
  background-color: #ff9e2a;
}

.document.danger .document-footer {
  background-color: #f95858;
}

.document.dark .document-footer {
  background-color: #314557;
}

.folders {
  width: 100%;
}

.folders li {
  font-size: 14px;
  padding: 3px 4px 3px 12px;
}

.folders li a {
  text-decoration: none;
  color: #4a4d56;
}

.folders li a i {
  color: #5e6168;
  font-size: 16px;
  margin-right: 5px;
}

@media screen and (max-width: 600px) {
  .document {
	width: 100%;
	margin: 5px 0;
	max-width: none;
  }
}

/* Drag and drop */
.dropzone {
  border: 2px dashed #cfdbe2;
  width: 100%;
  height: auto;
  text-align: center;
  border-radius: 5px;
  padding: 5%;
}

.dropzone-image {
  display: block;
  margin: 0 auto 5%;
  width: 100%;
  max-width: 190px;
  height: auto;
  opacity: 0.75;
}

.dropzone a.btn {
  padding: 9px 28px 8px;
}

.dropzone-thin {
  width: 100%;
}

.dropzone-thin .dropzone-image {
  min-width: 35px;
  width: 10%;
  max-width: 80px;
  display: inline-block;
  margin: 0 10px 0 0;
}

.dropzone-thin .dz-message>span {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  font-weight: 600;
}

.dz-preview {
  padding: 10px 0;
  border-bottom: 1px solid #edf2f4;
}

.dz-preview:nth-child(2) {
  margin-top: 30px;
}

.dz-preview:last-child {
  border-bottom: none;
}

.dz-image {
  display: inline-block;
}

.dz-image img {
  width: 50px;
  height: 50px;
  border-radius: 5px;
}

.dz-details {
  display: inline-block;
  width: calc(100% - 60px);
  text-align: left;
  vertical-align: middle;
  padding-left: 20px;
}

.dz-error-message {
  display: none;
}

.dz-success-mark,
.dz-error-mark {
  display: none;
}

.dropzone:hover {
  background-color: #fbfdff;
  cursor: pointer;
}

.dropzone:hover .dropzone-image {
  opacity: 1;
}

.vote-container {
  display: inline-block;
  text-align: center;
  margin: 0 0px;
}
.btn-vote {
  display: block;
  padding: 2px 8px;
  border: 1px solid #ddd;
  background-color: transparent;
}
.btn-vote:hover {
  background-color: #f5f5f5;
}
.vote-icon {
  width: 16px;
  height: 16px;
  display: block;
}
.upvote.active .vote-icon {
  filter: brightness(0) saturate(100%) invert(56%) sepia(45%) saturate(457%) hue-rotate(81deg) brightness(92%) contrast(87%);
  transform: scale(1.2);
  transition: all 0.2s ease;
}
.upvote.active .vote-icon {
  filter: brightness(0) saturate(100%) invert(56%) sepia(45%) saturate(457%) hue-rotate(81deg) brightness(92%) contrast(87%);
  transform: scale(1.2);
  transition: all 0.2s ease;
}
.downvote.active .vote-icon {
  filter: brightness(0) saturate(100%) invert(37%) sepia(64%) saturate(1353%) hue-rotate(332deg) brightness(89%) contrast(89%);
  transform: scale(1.2);
  transition: all 0.2s ease;
}
.vote-count {
  font-size: 18px;
  font-weight: bold;
  padding: 5px 0;
  min-width: 30px;
}


.voting-widget {
  text-align: center;
  margin: auto;
  padding: 20px;
}
.voting-controls {
  display: inline-flex;
  align-items: center;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  padding: 10px 15px;
  background: #f9f9f9;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.voting-button {
  padding: 8px 15px;
  border: none;
  background: transparent;
  transition: all 0.2s ease;
  cursor: pointer;
}
.voting-button:hover {
  transform: scale(1.1);
  opacity: 0.9;
}
.voting-icon {
  width: 32px;
  height: 32px;
  transition: all 0.2s ease;
}
.voting-button--up.active .voting-icon {
  filter: invert(56%) sepia(45%) saturate(457%) hue-rotate(81deg);
}
.voting-button--down.active .voting-icon {
  filter: invert(37%) sepia(64%) saturate(1353%) hue-rotate(332deg);
}
.vote-count-download {
  font-size: 28px;
  font-weight: bold;
  padding: 0 20px;
  min-width: 40px;
  text-align: center;
  color: #333;
}
.counter {
	font-size: 24px;
	text-align: center;
	margin: 15px 0;
}
.progress {
	height: 30px;
	margin: 20px 0;
}
.progress-bar {
	width: 0%;
	transition: width 1s linear;
}
.file-attr-div .file-attr {
  white-space: nowrap; 
}
 .file-attr-div .file-attr img {
    max-width: 30px;
    float: left;
    margin-right: 5px; 
}
.file-attr-div .file-attr span.file-attr-value {
      color: #93ba0f;
      float: left; 
      white-space: pre-wrap;
}
.file-attr-div .file-attr span .file-attr-label {
      color: #2d2d2d;
}

        .balance-card {
            background: #f8f9fa;
            border-radius: 10px;
            padding: 20px;
            margin-bottom: 30px;
            text-align: center;
        }
        .balance-amount {
            font-size: 36px;
            font-weight: bold;
            color: #28a745;
        }
        .withdrawal-form {
            max-width: 500px;
            margin: 0 auto;
            padding: 20px;
            border: 1px solid #ddd;
            border-radius: 5px;
        }
        .paypal-logo {
            max-width: 150px;
            margin-bottom: 20px;
        }

.form-register {
	padding: 19px 29px 29px;
	margin: 0 auto 20px;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	box-shadow: 0 1px 2px rgba(0,0,0,.05);
}
.form-register h2 {
	margin-bottom: 20px;
}
.form-register .form-control {
	margin-bottom: 15px;
}
.form-register .checkbox {
	margin-bottom: 15px;
	font-weight: normal;
}
.help-block {
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 10px;
}
.text-danger {
    color: #a94442;
}
.text-success {
    color: #3c763d;
}
.strength-meter {
    margin-top: 5px;
	margin-bottom: 5px;
    height: 5px;
    background: #eee;
    border-radius: 3px;
    overflow: hidden;
}

.strength-meter-fill {
    height: 100%;
    width: 0;
    transition: width 0.3s;
}

        #loading {
            text-align: center;
            padding: 20px;
            display: none;
        }
        .load-more-container {
            text-align: center;
            margin: 20px 0;
        }	

        .profile-header { background: linear-gradient(135deg, #6e8efb, #a777e3); color: white; padding: 30px; text-align: center; }
        .profile-image { width: 150px; height: 150px; border-radius: 50%; object-fit: cover; border: 5px solid white; margin-bottom: 20px; }
        .profile-body { padding: 30px; }
        .form-group { margin-bottom: 20px; }
        .verified-badge { color: #28a745; margin-left: 5px; }
        .member-since { color: #6c757d; font-size: 0.9em; }
        .error { color: #dc3545; }
        .success { color: #28a745; }
		
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
 }	
.profile-nav, .profile-info{
    margin-top:30px;   
}
.profile-nav .user-heading {
    background: #fbc02d;
    color: #fff;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    padding: 30px;
    text-align: center;
}

.profile-nav .user-heading.round a  {

}

.profile-nav .user-heading a img {
    width: 112px;
    height: 112px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.profile-nav .user-heading h1 {
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 5px;
}

.profile-nav .user-heading p {
    font-size: 12px;
}

.profile-nav ul {
    margin-top: 1px;
}

.profile-nav ul > li {
    border-bottom: 1px solid #ebeae6;
    margin-top: 0;
    line-height: 30px;
}

.profile-nav ul > li:last-child {
    border-bottom: none;
}

.profile-nav ul > li > a {
    border-radius: 0;
    -webkit-border-radius: 0;
    color: #89817f;
    border-left: 5px solid #fff;
}

.profile-nav ul > li > a:hover, .profile-nav ul > li > a:focus, .profile-nav ul li.active  a {
    background: #f8f7f5 !important;
    border-left: 5px solid #fbc02d;
    color: #89817f !important;
}

.profile-nav ul > li:last-child > a:last-child {
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
}

.profile-nav ul > li > a > i{
    font-size: 16px;
    padding-right: 10px;
    color: #bcb3aa;
}

.r-activity {
    margin: 6px 0 0;
    font-size: 12px;
}


.p-text-area, .p-text-area:focus {
    border: none;
    font-weight: 300;
    box-shadow: none;
    color: #c3c3c3;
    font-size: 16px;
}

.profile-info .panel-footer {
    background-color:#f8f7f5 ;
    border-top: 1px solid #e7ebee;
}

.profile-info .panel-footer ul li a {
    color: #7a7a7a;
}

.bio-graph-heading {
    background: #fbc02d;
    color: #fff;
    text-align: center;
    font-style: italic;
    padding: 40px 110px;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    font-size: 16px;
    font-weight: 300;
}

.bio-graph-info {
    color: #89817e;
}

.bio-graph-info h1 {
    font-size: 22px;
    font-weight: 300;
    margin: 0 0 20px;
}

.bio-row {
    width: 50%;
    float: left;
    margin-bottom: 10px;
    padding:0 15px;
}

.bio-row p span {
    width: 100px;
    display: inline-block;
}

.bio-chart, .bio-desk {
    float: left;
}

.bio-chart {
    width: 40%;
}

.bio-desk {
    width: 60%;
}

.bio-desk h4 {
    font-size: 15px;
    font-weight:400;
}

.bio-desk h4.terques {
    color: #4CC5CD;
}

.bio-desk h4.red {
    color: #e26b7f;
}

.bio-desk h4.green {
    color: #97be4b;
}

.bio-desk h4.purple {
    color: #caa3da;
}

.file-pos {
    margin: 6px 0 10px 0;
}

.profile-activity h5 {
    font-weight: 300;
    margin-top: 0;
    color: #c3c3c3;
}

.summary-head {
    background: #ee7272;
    color: #fff;
    text-align: center;
    border-bottom: 1px solid #ee7272;
}

.summary-head h4 {
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.summary-head p {
    color: rgba(255,255,255,0.6);
}

ul.summary-list {
    display: inline-block;
    padding-left:0 ;
    width: 100%;
    margin-bottom: 0;
}

ul.summary-list > li {
    display: inline-block;
    width: 19.5%;
    text-align: center;
}

ul.summary-list > li > a > i {
    display:block;
    font-size: 18px;
    padding-bottom: 5px;
}

ul.summary-list > li > a {
    padding: 10px 0;
    display: inline-block;
    color: #818181;
}

ul.summary-list > li  {
    border-right: 1px solid #eaeaea;
}

ul.summary-list > li:last-child  {
    border-right: none;
}

.activity {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.activity.alt {
    width: 100%;
    float: right;
    margin-bottom: 10px;
}

.activity span {
    float: left;
}

.activity.alt span {
    float: right;
}
.activity span, .activity.alt span {
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #eee;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.activity.terques span {
    background: #8dd7d6;
}

.activity.terques h4 {
    color: #8dd7d6;
}
.activity.purple span {
    background: #b984dc;
}

.activity.purple h4 {
    color: #b984dc;
}
.activity.blue span {
    background: #90b4e6;
}

.activity.blue h4 {
    color: #90b4e6;
}
.activity.green span {
    background: #aec785;
}

.activity.green h4 {
    color: #aec785;
}

.activity h4 {
    margin-top:0 ;
    font-size: 16px;
}

.activity p {
    margin-bottom: 0;
    font-size: 13px;
}

.activity .activity-desk i, .activity.alt .activity-desk i {
    float: left;
    font-size: 18px;
    margin-right: 10px;
    color: #bebebe;
}

.activity .activity-desk {
    margin-left: 70px;
    position: relative;
}

.activity.alt .activity-desk {
    margin-right: 70px;
    position: relative;
}

.activity.alt .activity-desk .panel {
    float: right;
    position: relative;
}

.activity-desk .panel {
    background: #F4F4F4 ;
    display: inline-block;
}


.activity .activity-desk .arrow {
    border-right: 8px solid #F4F4F4 !important;
}
.activity .activity-desk .arrow {
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    display: block;
    height: 0;
    left: -7px;
    position: absolute;
    top: 13px;
    width: 0;
}

.activity-desk .arrow-alt {
    border-left: 8px solid #F4F4F4 !important;
}

.activity-desk .arrow-alt {
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    display: block;
    height: 0;
    right: -7px;
    position: absolute;
    top: 13px;
    width: 0;
}

.activity-desk .album {
    display: inline-block;
    margin-top: 10px;
}

.activity-desk .album a{
    margin-right: 10px;
}

.activity-desk .album a:last-child{
    margin-right: 0px;
}