* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  overflow: hidden;
  background-color: #34495e;
}

body .main-container {
  margin-top: 100px;
}

body .main-container .cal-container {
  background-color: #464545;
  -webkit-box-shadow: 0 0 20px #e68a00;
          box-shadow: 0 0 20px #e68a00;
  border-radius: 20px;
  width: 400px;
  height: 500px;
  padding: 10px;
  margin: 0 auto;
}

body .main-container .cal-container .topper {
  border-bottom: none;
  font-size: 16px !important;
}

body .main-container .cal-container .beneath, body .main-container .cal-container .topper {
  width: 350px;
  height: 40px;
  background-color: rgba(102, 102, 102, 0.452);
  color: white;
  outline: none;
  margin-left: auto;
  margin-right: auto;
  border-top: none;
  display: block;
  font-size: 22px;
}

body .main-container .cal-container table {
  border: none;
  padding: 20px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

body .main-container .cal-container table .first-row td {
  border-radius: 5px;
  margin-bottom: 30px;
  display: inline-block;
}

body .main-container .cal-container table .first-row td button {
  -webkit-box-shadow: 0 0 10px #e65c00 !important;
          box-shadow: 0 0 10px #e65c00 !important;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 80px;
  color: white;
  font-size: 18px;
}

body .main-container .cal-container table .first-row td button:hover {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

body .main-container .cal-container table .rest-row td {
  border-radius: 5px;
  margin-right: 20px;
}

body .main-container .cal-container table .rest-row td button {
  -webkit-box-shadow: 0 0 10px #e65c00 !important;
          box-shadow: 0 0 10px #e65c00 !important;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 80px;
  color: white;
  text-align: center;
}

body .main-container .cal-container table .rest-row td button:hover {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
/*# sourceMappingURL=index.css.map */