﻿.dpx_total {
  background-color: white;
  padding: 1em;
  border-style: solid;
  border-radius: 12px;
  border-width: 2px;
}

.dpx_date_container .dpx_date.dpx_selected {
  background: #ffd30c;
}

.dpx_date_container .dpx_date.dpx_disabled {
  background-color: #d3d3d39e;
}

.dpx_date_container .dpx_date.last_month, .dpx_date_container .dpx_date.next_month {
  display: none;
  opacity: 0.7;
}

.dpx_date_container .dpx_date 
{
  background-color: white;
}

@media only screen and (max-width:400px)
{
    .dpx_total
    {
        font-size: 12px;
    }

}