/* Folder */
.css-folder {
  box-sizing: border-box;
  position: relative;
  background: #f6c670;
  top: 12px;
/*   left: 18px; */
  border-radius: 0 0 5px 5px;
  height: 43px;
  width: 100px;
  box-shadow: 0 -10px 0 -5px #f3f3f3, 0 -10px 0 0 #c9973b, 0 3px 0 0 rgba(0, 0, 0, 0.2);
  /* Tab */
}
.css-folder:before {
  box-sizing: border-box;
  content: '';
  display: block;
  position: absolute;
  width: 35px;
  top: -25px;
  height: 20px;
  border-bottom: 10px solid #c9973b;
  border-right: 10px solid transparent;
  z-index: -1;
}

/* Css folder used as left image */
.css-folder-left {
  margin: 15px;
  text-align: center;
  font-weight: 400;
  padding-top: 10px;
  font-size: 12px;
}
