.monthly-wrp {
  border: 1px solid #eee;
  padding: 1em;
  top: 6px;
  z-index: 1000;
  box-shadow: 0 0 5px rgba(153, 153, 153, 0.2);
  border-radius: .2em;
  background: #fff;
}

.monthly-wrp:before {
  content: '';
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  top: -6px;
  left: 6px;
  z-index: 1002;
}

.monthly-wrp:after {
  content: '';
  border-bottom: 6px solid #eee;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  top: -7px;
  left: 6px;
  z-index: 1001;
}

.monthly-wrp .years {
  margin-bottom: .8em;
  text-align: center;
}

.monthly-wrp .years select {
  font-size: 1em;
  width: 100%;
}

.monthly-wrp .years select:focus {
  outline: none;
}

.monthly-wrp table {
  border-collapse: collapse;
  table-layout: fixed;
}

.monthly-wrp td {
  padding: .1em;
}

.monthly-wrp table button {
  width: 100%;
  border: none;
  background: #666666;
  color: #eee;
  font-size: .8em;
  padding: .6em;
  cursor: pointer;
  border-radius: .2em;
}

.monthly-wrp table button:hover {
  background: #3498db; color: #fff;
}

.monthly-wrp table button:focus {
  outline: none;
}

