/**
 * rome - Customizable date (and time) picker. Opt-in UI, no jQuery!
 * @version v1.1.6
 * @link https://github.com/bevacqua/rome
 * @license MIT
 */
.rd-container {
  display: inline-block;
  border: 1px solid #D74036;
  background-color: #fff;
  padding: 10px;
  text-align: center;
}
.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;
}
.rd-next {
  float: right;
}
.rd-back:before {
  display: block;
  content: '\2190';
}
.rd-next:before {
  display: block;
  content: '\2192';
}
.rd-day-body {
  cursor: pointer;
  text-align: center;
}
.rd-day-selected,
.rd-time-selected,
.rd-time-option:hover {
  cursor: pointer;
  background-color: #D74036;
  color: #fff;
}
.rd-day-prev-month,
.rd-day-next-month {
  color: #D74036;
}
.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-month-label{
	color:#D74036;
}

  .three-div {
					width:256px;
					border:#ccc solid 1px;
					padding:20px;
					float:left;
					min-height:210px;	
					text-align:center;
					}
					                    .three-div {
					width:256px;
					border:#ccc solid 1px;
					padding:20px;
					float:left;
					min-height:210px;	
					text-align:center;
					}
					label{display:block;padding-bottom:4px;margin-top:5px;}
#mrova-feedback{display:hidden;width:220px;position:fixed;right:-263px;border:1px solid #204276;padding:6px 20px;background-color:#fff;z-index:2147483647;}
#mrova-contactform ul{margin:0;padding:0;}
#mrova-contactform input, #mrova-contactform textarea{width:200px;padding:5px;border:1px solid #ccc;}
#mrova-contactform ul li{list-style:none;padding-bottom:0px;}
#mrova-img-control{cursor:pointer;position:absolute;left:-43px;width:42px;background:transparent url('feedback.jpg');height:150px;}
#mrova-contactform #mrova-sendbutton{width:60px;background:#db4f4a;color:#fff;cursor:pointer;padding:5px 10px;border:none;}
							