select,input {
  height: 40px;
  width: 100% !important;
  display: block;
  font-weight: bold;
  color: #333;
  padding: 0 5px;
  background: #eef7ff;
  border: 1px solid #66afe9;
  box-sizing: border-box;
  border-radius: 4px;
}
table{
  border: 1px solid #eee;
  width: 100%;
}
th {
  background: #eee;
}
th , td {
  padding: 10px;
}
.c-btn-blue {
  background: #1ea1f2;
  border: none;
  padding: 10px 20px;
  display: block;
  width: 100%;
  color: #fff;
  font-weight: bold;
  border-radius: 4px;
  box-shadow: 1px 5px 1px #2376bd;
  cursor: pointer;
  margin-top: 30px;
  font-size: 16px;
  box-sizing: border-box;
}
#btn_confirm:hover {
  background: #2376bd;
}

header {
  background: rgb(29, 161, 242);
  color: #fff;
  padding: 10px;
  font-size: 16px;
  margin: 0;
}
.c-header {
  display: inline-block;
  font-size: 16px;
}

.c-header a {
  color: #fff;
}
.p-menu {
  display: inline-block;
  margin: 0;
  float: right;
}
.p-menu__list {
  list-style-type: none;
}
.p-menu__list a{
  color: #fff;
  font-size: 12px;
}