body {
	background: rgba(0, 27, 45, 0.1);
}

.playground {
	width: 100%;
	margin: 0 auto;
}

.playground > .content {
	display: block;
	position: relative;
	width: 100%;
	float: left;
	box-sizing: border-box;
}

.playground > .content > section {
	margin-bottom: 50px;
}

.playground > .content > section > .title {
	margin-bottom: 15px;
}

.sidebar {
	display: none;
}

.with-sidebar .content {
	width: 80%;
}

.with-sidebar .playground {
	padding-right: 0;
}

.with-sidebar .sidebar {
	display: block;
}

#buttons-test [class^=col-] {
	padding-left: 0;
}

#buttons-test button,
#buttons-test .btn {
	width: 240px;
}

#buttons-test .btn-small {
	width: 120px;
}


#buttons-test .row.big {
	margin-top: 20px;
}

#grid-test .row {
	margin-bottom: 15px;
}

#grid-test [class^=col-] {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #eee;
	border: 1px solid #ddd;
}

#textinput-test input:not([type=submit]):not([type=file]), #textarea-test textarea {
	min-width: 480px;
}

#badges-test .badge {
	margin-bottom: 10px;
}

#tabs-test .tabs-test-placeholder {
	background-color: #fff;
}

#cards-test h6 {
	margin: 5px 0 10px;
}

#cards-test .card {
	display: inline-block;
}
#cards-test .test-container {
	float: left;
	margin-right: 50px;
}

#cards-test .dge-test-container {
	width: 18%;
}

#cards-test .dde-dashboard-test-container, #cards-test .dde-tournament-test-container {
	width: 24%;
}

#lists-test {
	background-color: #fff;
	padding: 0 20px;
}

#lists-test ul.list {
	margin-bottom: 50px;
}

#alphabet-test > div {
	background: rgba(0, 27, 45, 0.2);
	padding: 20px 0;
}

#glyph-test .glyphs li {
	text-align: center;
	margin: 0 16px 16px 0;
	background: white;
	width: 120px;
	height: 120px;
	padding: 20px;
	box-sizing: border-box;
	border: rgba(0, 27, 45, 0.1) 1px solid;
	display: inline-block;
}

#glyph-test .glyphs li .icon {
	text-align: center;
	margin: 15px 15px 0 15px;
	position: relative;
	width: 55px;
	height: 55px;
	font-size: 30px;
	color: rgba(0, 27, 45, 0.8);
}

#glyph-test .glyphs li input {
	font-size: 12px;
	color: rgba(0, 27, 45, 0.4);
	border: 0;
	min-width: auto;
	background: transparent;
	text-align: center;
	width: 100%;
	padding: 0;
	margin: 0;
}

#dropdown-test .container {
	height: 150px;
}

#scoreboard-test {
	padding: 20px;
}

#toolbar-test .toolbar {
	margin: 17px 0;
	clear: both;
	border: rgba(0, 27, 45, 0.1) 1px solid;
}

#tooltip-test .container-fluid {
	max-width: 800px;
}

#page--login {
	height: 500px;
}
