.wc-calendar {
  background-color: #fff;
}

.wc-calendar__header {
  position: relative;
  height: 40px;
  border-bottom: 2px solid gray;
  overflow: hidden;
  text-align: center;
}

.wc-calendar__header__date {
  display: inline-block;
  margin-top:8px;
}

.wc-calendar__btn {
  height: 32px;
  padding: 0 15px;
  border: none;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  line-height: 32px;
  background-color: #2f540f;
  cursor: pointer;
}
.wc-calendar__btn:focus, .wc-calendar__btn:active {
  outline: none;
}
.wc-calendar__btn:hover {
  background-color: #2f540f;
}

.wc-calendar__btn--prev {
  float: left;
}

.wc-calendar__btn--next {
  float: right;
}

.wc-calendar__days-names,
.wc-calendar__days-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  padding: 0;
}

.wc-calendar__days-names {
  border-bottom: 1px solid #2f4f4f;
  background-color: rgb(192, 192, 192);
    color: #FFF;
}

.wc-calendar__days-names__item,
.wc-calendar__days-list__item {
 
 width: 14.2%;
  
/*  width:9.2%;*/
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
  font-size:12px;
}

.wc-calendar__days-names__item {
/*  padding-top: 10px;*/
padding:6px;

}
.wc-calendar__days-list__item {
  height: 22px;
  line-height: 22px;
  cursor: pointer;
}

.wc-calendar__days-list__item--active {
  color: #fff;
  background-color: #86bc42;
}

.wc-calendar__days-list__item--prev-month,
.wc-calendar__days-list__item--next-month {
  color: gray;
}

.wc-calendar__days-list__item--active.wc-calendar__days-list__item--prev-month,
.wc-calendar__days-list__item--active.wc-calendar__days-list__item--next-month {
  border: 1px solid #4889ff;
  background-color: #fff;
}

/* testing styles */
.red-class {
  background-color: red;
}

.gray-class {
  background-color: gray;
}

.calendar-form {
  width: 300px;
  padding: 10px;
  border: 1px solid gray;
}

.control-group + .control-group {
  margin-top: 5px;
}

.control-label {
  display: inline-block;
  width: 94px;
  font-size: 14px;
}

.control-input {
  width: 197px;
}
.content-left{float:left;width:100%;}
.content-right{float:left;width:100%;}
.MsoTableGrid{}
.content-right table{width:100% !important;    margin-bottom: 20px;}
table.facility-name th {
    padding-left: 6px;
}
table.facility-name td {
    background-color: rgba(229, 236, 56, 0.22);
}
table.facility-name h4 {
    padding-left: 4px;
    font-size: 16px;
    font-weight: 600;
}
table.facility-name p {
    padding-left: 4px;
}
table.facility-name th p {
    font-size: 17px;
    text-align: center;
    color: #F44336;
}
.scrolling-msg {
  background-color: #B22222;
    width: 100%;
    padding-top: 10px;
}
.examination-msg span {
   font-size: 25px;
    font-weight: 700;
	font-family: roboto;
	
	color: #fff;
}

.scrolling-msg marquee {
    padding: 0;
}
.examination-msg {
    background: #B22222;
}

html 
.examination-msg img {
   padding: 11px 21px 11px 25px;
    text-align: center;
    width: 85px;
    float: left;
    height: 55px;
    margin-right: 10px;
/*    background-color: #86bc42;*/
	margin-bottom: 14px;
}
@media (max-width: 768px) {
	.examination-msg marquee {
		width:68%!important;
	}
  .examination-msg {
    margin-top: 26rem!important;
}
.image-container {
  margin-top: 20px!important;
}
.carousel-inner img {
  width: 100%!important;
  height: auto!important;
}
}
.section-title{background: #f3f3f3;
    margin-bottom: 20px;
    margin-top: 20px;
}
