.article-cart__payment{
	border-radius:.625rem;
	background:#fff;box-shadow:0 5px 20px 0 rgba(0,11,108,0.05);padding:15px;-ms-flex-positive:1;flex-grow:1;margin-bottom:15px}
	
@media (min-width: 992px){
.article-cart__payment{
	padding:30px;margin-bottom:30px}}

.SimpleCalendar td a{font-size:80%;}.today time{font-weight:bold;color:#961C1D;}.radioImage{height:30px;}
.past-event {
	font-size: 80%;
	color: #808080;
}
.SimpleCalendar {
    table-layout: fixed;
    width: 100%;   
}
.SimpleCalendar thead th {
    width: 100%;
    text-overflow: '';
    white-space: nowrap;
    overflow: hidden;
}
.slidecontainer {
  width: 100%; /* Width of the outside container */
}

/* The slider itself */
.slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  width: 90%; /* Full-width */
  height: 20px; /* Specified height */
background-color: #ced4da;
border-radius: 100px;
transition: background-color .14s;
  outline: none; /* Remove outline */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
}

/* Mouse-over effects */
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.slider::-webkit-slider-thumb {
  -webkit-appearance: none; /* Override default look */
  appearance: none;
  width: 20px; /* Set a specific slider handle width */
  height: 20px; /* Slider handle height */
  background: #fff; /* Green background */
  cursor: pointer; /* Cursor on hover */
border-radius: 100px;
border: 2px solid #ced4da;
}

.slider::-moz-range-thumb {
  width: 20px; /* Set a specific slider handle width */
  height: 20px; /* Slider handle height */
  background: #fff; /* Green background */
border-radius: 100px;
border: 2px solid #ced4da;
  cursor: pointer; /* Cursor on hover */
}