#documents h1 {
  margin-bottom: 40px; }
#documents ul {
  display: flex;
  justify-content: center; }
  #documents ul li:before {
    width: 0; }
  #documents ul li button {
    color: #007FFF;
    border-radius: 0;
    border: 1px solid rgba(255, 255, 255, 0.17);
    min-width: 200px;
    text-align: center; }
    #documents ul li button.active {
      background: #007FFF;
      color: #fff;
      border: 1px solid #007FFF; }
#documents .tab-content {
  margin-top: 40px; }
  #documents .tab-content .row {
    max-width: 1000px;
    display: flex;
    align-items: center;
    margin: 0 auto; }
#documents .line {
  display: inline-flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
  align-items: center;
  justify-content: space-between;
  max-width: 420px; }
  #documents .line .title {
    font-weight: 600;
    font-size: 18px;
    position: relative;
    padding: 25px 0 15px 0;
    margin-left: 50px;
    text-align: left;
    line-height: 21px; }
    #documents .line .title.pdf:before {
      background: url("../img/pdf.svg") no-repeat; }
    #documents .line .title.doc:before {
      background: url("../img/doc.svg") no-repeat; }
    #documents .line .title:before {
      content: '';
      width: 33px;
      height: 42px;
      position: absolute;
      margin-left: -50px;
      bottom: 10px; }
  #documents .line .view {
    text-align: right;
    margin-left: auto;
    margin-right: 20px; }
    #documents .line .view i {
      background: url("../img/view.svg");
      width: 24px;
      height: 13px;
      display: block;
      filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(99deg) brightness(102%) contrast(105%); }
  #documents .line .download {
    text-align: right; }
    #documents .line .download i {
      background: url("../img/download.svg");
      width: 13px;
      height: 14px;
      display: block;
      filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(99deg) brightness(102%) contrast(105%); }

/*# sourceMappingURL=legal.css.map */
