/*!

 * GwentCards.com

 * Copyright 2011-2015 LoveMyStats, Inc.

 */





/*Phone*/
@media only screen and (min-width : 0px) and (max-width : 1023px) {
.tablet, .desktop, .notphone {
display: none;
}
}


/*Tablet*/
@media only screen and (min-width : 1024px) and (max-width : 1439px) {
.phone, .desktop {
display: none;
}
}

/*Desktop*/
@media only screen and (min-width : 1440px) {
.phone, .tablet {
display: none;
}
}

body {
	color: #1D1D1D;
	background-color: #1D1D1D;
}

div.col-sm-2 {
	padding-right: 0px;
	padding-left: 0px;	
}

#sidebar {
	/* Sidebar*/
	width:100%;
	padding-left: 5px;
	padding-right: 5px;
	float: left;
	background-color: rgba(246,246,246,1.00);
	margin-top: 10px;
	padding-top: 0px;
	color: #1D1D1D;
	background-color: #1D1D1D;
}

/* Titles */
#sidebar h1, h2, h3, h4, h5, h6 {
    /*font-family: 'Oswald', sans-serif;*/
	font-family: sans-serif;
    font-weight: 300;
    color: #f2f2f2;
	margin:0;
    text-align: center;
	margin-top:20px;
	margin-bottom:10px;
}

#sidebar h3 {
	text-align: left;
    -webkit-text-fill-color: yellow;

}

#sidebar button {
	color: #1D1D1D;
}

/* Paragraph & Typographic */
#sidebar p {	
    line-height: 28px;
    margin-bottom: 25px;
	color: #f2f2f2;
	font-size: 16px;
    -webkit-text-fill-color: yellow;
	text-align:center;
}

#sidebar input {
	margin: 5px 0px;
	width: 5%;
	width: auto;
    text-align: left;
	font-size: 16px;
	color: #f2f2f2;
}

#sidebar label {
	margin: 5px 0px;
	width: auto;
    text-align: left;
	font-size: 16px;	
	color: #f2f2f2;
	font-weight:normal;
}

#sidebar input[type=checkbox] + label {
	color: #f2f2f2;
	font-style: normal;
}

#sidebar input[type=checkbox]:checked + label {
	color: #909090;
	font-style: italic;
}

