body {
margin: 0;
padding: 0;
}

.wrapper {
margin: 0 auto;
outline-color: #a42d2e;
width: 738px;
box-sizing: border-box;}
.day {
	position: relative;
	display: block;
	height: 100%;
}
h1 
{
    font-size: 1.5rem;
	text-align: center;
	display: none;}


.order{
	background: #a42d2e repeating-linear-gradient(#fcdcd9, #fcdcd9 1px, transparent 1px, transparent 2rem);
  background-attachment: local;
  background-size: 32px 32px;
  line-height: 2rem;
  font-size: 1rem;
  font-family: sans-serif;
  color: #fff;
  letter-spacing: .04em;
  padding-left: 90px;
  padding-right: 20px;
  position: relative;
  min-height: 175px;
}
.check {
	background: #fcdcd9 repeating-linear-gradient(#a42d2e, #a42d2e 1px, transparent 1px, transparent 2rem);
  background-attachment: local;
  background-size: 32px 32px;
  line-height: 2rem;
  font-size: 1rem;
  font-family: sans-serif;
  color: #000;
  letter-spacing: .04em;
  padding-left: 90px;
  padding-right: 20px;
  position: relative;
  min-height: 175px;
}
.pad-margin {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  border-right: 2px solid #ffcccc;
  width: 60px;
  background: #a42d2e;
  border-bottom: 2px solid #ffcccc;
  z-index: 1;
}
.pad-margin:before {
  position: absolute;
  right: 6px;
  content: '';
  width: 2px;
  display: block;
  height: 100%;
  background: #ffcccc;
  
	
}
h3 {
	position: relative;
	transform: ;
	color: #fff;
	z-index: 2;
	display: inline-block;
	transform: rotate(270deg);
	margin-top: 250%;
	transform-origin: 0 0;
	padding-top: 20%;
	
	line-height: 1rem;
  font-size: 1.5rem;
  font-family: sans-serif;
  color: #fff;
  letter-spacing: .04em;
  text-align: center;
	
}

span {
	 font-size: 0.9rem;
}

h2 {
	text-align: center;
	color: #000000;
	border: 2px solid #a42d2e;
	margin-bottom: -2px;
}

.button {
	width: 40px;
	height: 40px;
	position: absolute;
	bottom: 15px;
	right: 15px;
	border-radius: 50%;
	background: #fcdcd9;
	color: #a42d2e;
	font-weight: 900;
	text-align: center;
	font-size: 3rem;
	line-height: 2.3rem;
	cursor: pointer;
}

.button-1 {
	width: 40px;
	height: 40px;
	position: absolute;
	bottom: 15px;
	right: 15px;
	border-radius: 50%;
	background: #a42d2e;
	color: #fcdcd9;
	font-weight: 900;
	text-align: center;
	font-size: 3rem;
	line-height: 2.3rem;
	cursor: pointer;
}


button{
	 background-color: #6e0309;
  display: block;
  width: 90px;
  outline-color: #a42d2e;
  margin: 0px auto;
  margin-top: 30px;
  cursor: pointer;
  text-decoration: none; padding: 4px 12px;          background: linear-gradient(#7a3434, #e89296);      border: solid 1px #002833;       border-bottom: solid 1px #6e0309;       box-shadow: inset 0 0 0 1px #fcc7ca;     color: #fff;       text-shadow: 0 1px 0 #85050e;
}
button:hover {
  color: #fff;
  background-position: 0 20%;
}
button:active {
  background-image: linear-gradient(rgba(0, 0, 0, .6), transparent);
}

a { color: rgba(255, 255, 255, 0.8);
	text-decoration: none; 
}

.holiday  {
	
	font-size: 49px;
}
ol {margin-top: -3px;}
ol li {margin-left: -70px;}

.white::before, .blue::before {
	height: 5px;
background: #fff;	
	position: relative;
	content: '';
	margin-bottom: -2px;
	margin-top: -2px;
	margin-left: -27px;
	margin-right: -20px; 
	display: block; 
	padding-left: 27px; 
}

.blue::before  {
	background: #a42d2e;
}
table {
	margin-top: -50px;
}