
.public_claimstable tr:nth-child(even) { background-color: #e5e8e8  ;}

@media screen and (max-width: 600px) {
  .public_claimstable {
    border: 0;
  }

  .public_claimstable caption {
    font-size: 1.3em;
  }

  .public_claimstable thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .public_claimstable tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }

  .public_claimstable td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right !important;
  }

  .public_claimstable td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }

  .public_claimstable td:last-child {
    border-bottom: 0;
  }

    .panel-default{
        margin-bottom: 20px !important;
    }

}


.modal-body {
    max-height: 500px;
    overflow-y: auto;
}

label {
    font-weight: normal;
}

h2, h3, h4{
    color: inherit !important;
    font-size: inherit !important;
}

.square.btn {
    width: auto;
    padding: 5px 10px;
}
