/* Sass Document */
.table .caption {
  background: #007CBD;
  color: white;
  font-weight: bold; }
.table td {
  vertical-align: middle; }
.table tr *:nth-child(1) {
  width: 20%; }
.table tr *:nth-child(2) {
  width: 30%; }
.table tr *:nth-child(3) {
  width: 20%; }
.table tr *:nth-child(4) {
  width: 30%; }
@media screen and (max-width: 34rem) {
  .table td, .table th {
    display: block;
    width: 100% !important;
    border: none !important;
    border-top: 1px solid #ddd !important; } }

/*# sourceMappingURL=table.css.map */
