/*
 * Copyright 2016 Five Two Foundation, LLC. All rights reserved.
 */

/* Always show the scrollbar on the right side */
html {
  overflow-y: scroll;
}


/* Envelope payment method: Envelope image-specific text positioning */
#envelope-diagram {
  font-size: 14px;
}

#envelope-diagram #envelope-name {
  left: 158px;
  top: 80px;
}

#envelope-diagram #envelope-date {
  left: 359px;
  top: 80px;
}

#envelope-diagram #envelope-email {
  font-size: 11px;
  left: 359px;
  top: 101px;
}

#envelope-diagram #envelope-total {
  right: 265px;
  top: 216px;
}


:nth-child(4).homepage-box {
  display: none;
}
 
.homepage-box {
  display: none;
}
 
#recent-connection-project {
  display: none;
}
 
#recent-connection-user {
  display: none;
}

.content-thumbnail-list .funded {
    display: none;
}