.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: .3em;
  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 {
  border: 2px solid #eee;
  font-size: 1.1em;
  outline:none;
  border-radius:4px;
  margin-bottom: .8em;
  text-align: center;
  color: #777;
}

.monthly-wrp .years select {
  border: 2px solid #eee;
  font-size: 1.1em;
  outline:none;
  border-radius:4px;
  width: 100%;
  color: #777;
  padding:2px;
}

.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: #F7F7F7;
  font-size: .8em;
  padding: .6em;
  cursor: pointer;
  border-radius: .3em;
}

.monthly-wrp table button:hover {
  background: #EAEAEA;
}

.monthly-wrp table button:focus {
  outline: none;
}
