.rd-container {
  height: 382px;
  display: none;
  background-color: #fff;
  padding: 10px;
  text-align: center;
  box-shadow: 0 15px 30px 0 rgba(0,0,0,.2);
}
.rd-container-attachment {
  position: absolute;
}
.rd-month {
  display: inline-block;
  margin-right: 25px;
}
.rd-month:last-child {
  margin-right: 0;
}
.rd-back,
.rd-next {
  cursor: pointer;
  border: none;
  outline: none;
  background: none;
  padding: 0;
  margin: 0;
}
.rd-back[disabled],
.rd-next[disabled] {
  cursor: default;
}
.rd-back {
  float: left;
  margin-left: 10px;
}
.rd-next {
  float: right;
  margin-right: 27px;
}
.rd-back:before, .rd-next:before {
  display: block;
  color: #15c8a0;
}
.rd-day-body {
    font-weight: 300;
    font-size: 16px;
  cursor: pointer;
  text-align: center;
  /* new */
  line-height: 0;
  width: 80px!important;
  height: 49px!important;
  border-left: 4px solid white;
  border-right: 4px solid white;
}
.rd-day-selected,
.rd-time-selected,
.rd-time-option:hover {
  cursor: pointer;
  color: #15c8a0;
  /*color: #fff;*/
  /* new */
 font-size: 18px;
    border-radius: 50%;
    font-weight: 500;
}
.rd-day-prev-month,
.rd-day-next-month {
  color: #ccc;
}
.rd-day-disabled {
  cursor: default;
  color: #fcc;
}
.rd-time {
  position: relative;
  display: inline-block;
  margin-top: 5px;
  min-width: 80px;
}
.rd-time-list {
  display: none;
  position: absolute;
  overflow-y: scroll;
  max-height: 160px;
  left: 0;
  right: 0;
  background-color: #fff;
  color: #333;
}
.rd-time-selected {
  padding: 5px;
}
.rd-time-option {
  padding: 5px;
}
.rd-day-concealed {
  visibility: hidden;
}
.rd-date-highlight
{
    font-weight: 900;
    border-bottom: 2px solid #15c8a0;
}
.rd-days {
  margin-top: 10px;
  font-weight: 200;
    font-size: 17px;
}
.verticalline {
  border-left: 2px solid #707070;
  height: 300px;
}
.rd-date-today::after
{
    color: #15c8a0;
    content: '.';
    position: absolute;
    top: 6px;
    font-size: 40px;
    right: 6px;
}
.rd-date-today
{
    font-weight: 900;
    color: #15c8a0;
    position:relative;
}