#sidebar.shrinked a {
  font-size: 8pt !important;
}

#sidebar.shrinked .heading {
  display: none !important;
}
#sidebar.shrinked .avatar {
  display: none !important;
}

@media screen {
  .clickable {
    cursor: pointer;
  }
  .clickable:hover {
    opacity: 0.75;
    outline: 1px solid rgba(0, 0, 0, 0.5);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
  }

  .span.label {
    background: #face00;
  }

  .btn-small {
    font-size: 8pt;
    padding: 1px 6px;
  }

  .table tr:hover {
    background: #222;
  }
  .table tr:hover td {
    background: #222;
    color: #bada55;
  }

  .top-padding div {
    padding-bottom: 8px;
  }
}