#cb-drag {
  margin-bottom: 8px;
  padding: 24px 0;
  text-align: center;
  background-color: #eeeeee;
  border: 2px solid #cccccc;
}
#cb-drag p {
  color: #888888;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 16px;
}
#cb-file {
  cursor: pointer;
}
#cb-display {
  margin-bottom: 0;
}
#cb-display p {
  margin-top: 8px;
  margin-bottom: 0;
  line-height: 1.4;
}
.cb-div {
  padding: 16px;
  border: 1px solid #eee;
  margin-bottom: 8px;
  background-color: #fafafa;
}
.cb-image {
  cursor: pointer;
  border: 4px solid #222;
}

.file {
    display: inline-block;
    overflow: hidden;
    position: relative;
    padding: 1em;
    border: 1px solid #5CBEFC;
    background: #5CBEFC;
    color:#fff;
}

.file input[type="file"] {
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    font-size: 100px;
    cursor: pointer;
}