.inner-folders__list li {
  margin-right: 10px;
  margin-bottom: 10px; }
  .inner-folders__list li a {
    border: 1px solid #313a82;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background: #313a82;
    color: #fff;
    opacity: 1; }
    .inner-folders__list li a:hover {
      background: #fff; }
  .inner-folders__list li:last-child {
    margin-right: 0; }
