.file-process
{
  position: fixed;
  width:84%;
  height:155px;
  left:8%;
  top:330px;
  overflow:hidden;
}

.file
{
  color:#cfecef;
  line-height:25px;

  &::after
  {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
  }

  .name
  {
    float:left;
  }

  .status {
    margin-left:5px;
  }

  .status, .size
  {
    float:right;
    margin-left: 5px;
  }
}

.strike
{
  text-decoration: line-through;
  opacity: .6;
}
