@import "inc/plugins/bourbon/dist/bourbon";
@import "inc/plugins/modal/jquery.modal";
@import "inc/buttons";
@import "inc/notices";
@import "inc/download-page";
@import "inc/plans-form";

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix {
  display: inline-block;
}

/* start commented backslash hack \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* close commented backslash hack */
@-webkit-keyframes test {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(.97);
  }
  100% {
    -webkit-transform: scale(1);
  }
}

table.pv-user-payments {
  width: 100%;
  border: 1px solid #EDEDED;
  border-collapse: separate;
  border-spacing: 0;
  margin-bottom: 15px;
  -webkit-box-shadow: 0 1px 1px 0 rgba(180, 180, 180, 0.1);
  box-shadow: 0 1px 1px 0 rgba(180, 180, 180, 0.1);
  tr {
    &:hover {
      td {
        background-color: #fafafa;
      }
    }
  }
  th {
    border: 1px solid #dddddd;
    border-right: none;
    background-color: #fafafa;
    text-align: left;
    padding: 10px 15px;
    color: #404040;
    vertical-align: top;
    font-weight: bold;
  }
  td {
    padding: 10px 15px;
    border: #e0e0e0 1px solid;
    border-top: none;
    border-right: none;
    &:last-child {
    }
  }
}
