
pre {
  overflow: scroll;
  background: #EEE;
  padding: 10px; }

.formats .format {
  display: inline-block; }

.zip {
  background: url("../images/zip.png");
  display: block;
  width: 128px;
  height: 128px; }

.tar {
  background: url("../images/tar.png");
  display: block;
  width: 128px;
  height: 128px; }

.fork {
  position: absolute;
  top: 0;
  left: 0;
  border: 0; }

.brick_area .button {
  display: block;
  padding: 20px;
  width: 200px;
  color: #FFF;
  background: #888;
  margin: 20px 0;
  text-align: center;
  text-decoration: none;
  border-radius: 4px; }

pre .support.tag {
  color: #008; }
pre .support.attribute {
  color: #800; }
pre .string.value {
  color: #080; }

.brick_area {
    position: relative;
	width: 100%;
    padding-top: 40px;
}
@media only screen and (max-width: 899px) {
       .brick_area {
        position: relative;
        width: 100%;
        background-repeat:no-repeat,no-repeat;
    }
}
    .brick_area  .brick {
    opacity: 1;
    cursor: pointer;
    position: relative; }

    .brick_area  .brick:hover{
	box-shadow: 1px solid black;
}
    .brick_area  .brick .delete {
      display: block;
      color: #FFF;
      background: rgba(255, 255, 255, 0.2);
      width: 40px;
      height: 40px;
      top: 0;
      right: 0;
      /*position: absolute;*/
      text-align: center;
      line-height: 40px; }
    .brick_area  .brick.small {
      width: 140px;
      height: 140px; }
    .brick_area  .brick.large {
      width: 300px;
      height: 300px; }
    .brick_area  .brick.dragging {
      opacity: 0.5; }
    /*.brick_area  .brick:nth-child(20n + 1) {*/
    /*  background: #1ABC9C; }*/
    .brick_area  .brick:nth-child(20n + 2) {
      background: #16A085; }
    .brick_area  .brick:nth-child(20n + 3) {
      background: #2ECC71; }
    .brick_area  .brick:nth-child(20n + 4) {
      background: #27AE60; }
    .brick_area  .brick:nth-child(20n + 5) {
      background: #3498DB; }
    .brick_area  .brick:nth-child(20n + 6) {
      background: #2980B9; }
    .brick_area  .brick:nth-child(20n + 7) {
      background: #9B59B6; }
    .brick_area  .brick:nth-child(20n + 8) {
      background: #8E44AD; }
    .brick_area  .brick:nth-child(20n + 9) {
      background: #34495E; }
    .brick_area  .brick:nth-child(20n + 10) {
      background: #2C3E50; }
    .brick_area  .brick:nth-child(20n + 11) {
      background: #F1C40F; }
    .brick_area  .brick:nth-child(20n + 12) {
      background: #F39C12; }
    .brick_area  .brick:nth-child(20n + 13) {
      background: #E67E22; }
    .brick_area  .brick:nth-child(20n + 14) {
      background: #D35400; }
    .brick_area  .brick:nth-child(20n + 15) {
      background: #E74C3C; }
    .brick_area  .brick:nth-child(20n + 16) {
      background: #C0392B; }
    .brick_area  .brick:nth-child(20n + 17) {
      background: #ECF0F1; }
    .brick_area  .brick:nth-child(20n + 18) {
      background: #BDC3C7; }
    .brick_area  .brick:nth-child(20n + 19) {
      background: #95A5A6; }
    .brick_area  .brick:nth-child(20n + 20) {
      background: #7F8C8D; }



.brick{
    margin-top: 5px;
    margin-bottom: 5px;
    cursor: unset;
}
.brick:hover{
    background-color: white;
    border:1px solid red;
    border-radius: 5px;
}

div.file-container-scrollable{
    overflow: hidden;
    overflow-y: auto;
    width: 100%;
    height: 100%;
}
