.clndr-previous-button {
  visibility: hidden;
}

.clndr-previous-button:before {
  content: '<';
  visibility: visible;
  float: left;  
  font-family: "arsenalbold";
  font-size: 1.5em;
   color:  #7c1616 !important;
}

.clndr-next-button {
  visibility: hidden;
  float: right;
  background-color:  #7c1616
}

.clndr-next-button:before {
  content: '>';
  visibility: visible;
  float: left;
  color:  #7c1616 !important;
  font-family: "arsenalbold";
  font-size: 1.5em;
}

.clndr-control-button, .month {
  float: left;
  color:  #7c1616 !important;
  font-family: "arsenalbold";

}

.rightalign {
  float: none;
  text-align: right;
}

.clndr-controls {
  text-transform: uppercase;
}

thead {
  background-color: #5a5a5a;
  color: #fff;
  font-weight: bolder;
  font-family: "arsenalbold" !important;
}

td, th {
  padding: 0.5em 0.74em;
  text-align: center;
  font-family: "arsenalregular";
}

.adjacent-month {
  background-color: #cecece;
}

.today {
  border: 1px solid #cecece;
}

.day a .day-contents {
  color: #7c1616;
  font-weight: bolder;
}

.day a:hover .day-contents {
  color: #000;
}