body {
	background-color: #18191d;
}
p, h1, h2, h3, h4 {
	text-shadow: 1px 1px 6px #0a0a0a;
}
h4{
	font-size: 20px;
}
p {
	font-size:15px;
}
.body {
	background-image: url(http://www.minionmastersthegame.com/img/mine_blur_bg_tint.jpg);
	background-size: cover;
	min-width: 400px;
}
a, a:hover, a:focus {
	color: #7FB2F0;
	text-decoration:underline;
}
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.socialbg {
	padding: 0 0 30px 0; 
	background-color: #324451;
	background: url(http://www.minionmastersthegame.com/img/navnoise.png),linear-gradient(180deg, #324451, #242f40); 
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.1),0 2px 8px rgba(0,0,0,0.3); "
}

/* //////////// */
/*   CALENDAR	*/
/* //////////// */

* {box-sizing:border-box;}
ul {list-style-type: none;}

#calendar {
	width: 100%;
	margin: 0 auto;
	text-align: left;
}
.month {
	padding: 10px 0px;
    width: 100%;
    background: #1ab3bc;;
}

.month ul {
    margin: 0;
    padding: 0;
}

.month ul li {
    color: white;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.month .prev {
    float: left;
    padding-top: 10px;
}

.month .next {
    float: right;
    padding-top: 10px;
}

.weekdays {
    margin: 0;
    padding: 10px 0;
    background-color: #ddd;
}

.weekdays li {
    display: inline-block;
    width: 13%;
    color: #666;
    text-align: center;
}

.days {
    padding: 10px 0;
    background: #eee;
    margin: 0;
}

.days li {
    list-style-type: none;
    display: inline-block;
    width: 13%;
    text-align: center;
    margin-bottom: 5px;
    font-size:12px;
    color: #777;
}

.days li .active {
    padding: 5px;
    background: #1abc9c;
    color: white !important
}

/* Add media queries for smaller screens */
@media screen and (max-width:720px) {
    .weekdays li, .days li {width: 13.1%;}
}

@media screen and (max-width: 420px) {
    .weekdays li, .days li {width: 12.5%;}
    .days li .active {padding: 2px;}
}

@media screen and (max-width: 290px) {
    .weekdays li, .days li {width: 12.2%;}
}
.dllist li {
	padding:10px;
}
.dllist li a {
  text-decoration: underline;
  font-size: 14px;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.dllist li a:hover {
	color: #cae2ff;
}

/* //////////// */
/*     KEYS		*/
/* //////////// */

.contentbox {
	background: rgba(0, 0, 0, 0.4);
	text-align: center;
	box-sizing: border-box;		
	padding: 20px;
	margin: 30px auto;
}
.rewardbox {
	background: rgba(0, 0, 0, 0.4);
	text-align: center;	
	margin: 10px;
	padding: 20px;
	display:inline-block;
	box-sizing: border-box;
	width: 374px;
}	
.rewardimg {
	margin-bottom:10px;
	box-shadow: inset 0 0 12px rgba(255,255,255,0.4),inset 0 1px 1px rgba(255,255,255,0.55),0 0 10px rgba(0,0,0,0.25),0 3px 6px rgba(0,0,0,0.7) !important;
}
.instructions {
	margin: 0 auto;
}
.instructions p {
	line-height:15px;
	font-size:12px;
	text-shadow: none;
	color:grey;
	text-align:center;
}
.cdkey {
	border-radius: 6px;
	background-color:white;
	color:black;
	margin: auto 0;
}
.cdkey h1, .cdkey h2, .cdkey h3, .cdkey h4 {
	padding: 20px;
	text-shadow:none;
}
