.card {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    border: 0;
    font-weight: 400; }
    .card[class*="border"] {
      border: 1px solid #9e9e9e;
      -webkit-box-shadow: none;
      box-shadow: none; }
    .card .card-body h1, .card .card-body h2, .card .card-body h3, .card .card-body h4, .card .card-body h5, .card .card-body h6 {
      font-weight: 400; }
    .card .card-body .card-title a {
      -webkit-transition: 0.2s ease-in-out;
      -o-transition: 0.2s ease-in-out;
      transition: 0.2s ease-in-out; }
      .card .card-body .card-title a:hover {
        -webkit-transition: 0.2s ease-in-out;
        -o-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out; }
    .card .card-body .card-text {
      color: #747373;
      font-size: 0.9rem;
      font-weight: 400; }
    .card .md-form label {
      font-weight: 300; }