.table-responsive {
  margin-top: 15%;
  table-layout: fixed;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  border-collapse: collapse;
  text-align: center;
  -webkit-box-shadow: 1px 2px 3px black;
          box-shadow: 1px 2px 3px black;
  font-family: 'Cedarville Cursive', cursive;
}

.table-responsive thead {
  list-style-type: none;
  margin: 0;
  padding: 0;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  color: white;
}

.table-responsive th, .table-responsive td {
  padding: 30px;
}

.table-responsive .price {
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  color: white;
}

.table-responsive .price .Monthly {
  font-size: 30px;
}

.table-responsive .price .Yearly {
  font-size: 60px;
}

.table-responsive .price .Quarterly {
  font-size: 30px;
}

.table-responsive .Monthly {
  background-color: #697171;
}

.table-responsive .Yearly {
  background-color: #05965c;
}

.table-responsive .Quarterly {
  background-color: #697171;
}

@media (max-width: 600px) {
  .table-responsive {
    display: block;
    font-size: 14px;
  }
  .table-responsive .price {
    font-size: 14px;
  }
  .table-responsive tbody,
  .table-responsive tfoot,
  .table-responsive tr,
  .table-responsive th,
  .table-responsive td {
    display: block;
  }
  .table-responsive thead {
    display: none;
  }
  .table-responsive tr {
    margin-bottom: 20px;
  }
  .table-responsive td {
    text-align: right;
  }
  .table-responsive td:before {
    content: attr(class) ": ";
    float: left;
    font-weight: bold;
  }
}
/*# sourceMappingURL=servicesPath.css.map */