.marginBottom {margin-bottom: 15px}
.marginTop {margin-top: 15px!important}
.marginRight {margin-right: 25px}
#beginners_guide h3 {font-size: 22px;}
#beginners_guide h4 {font-size: 16px; margin: 1em 0;}
#beginners_guide p, #beginners_guide li {font-size: 13px;}
#beginners_guide ul, #beginners_guide ol {margin: 0 10px 0 0; padding: 1px;}

.m-left {
	margin-left: 50px !important;
}

/* BACKGROUND MZ LOGO */
.mz-background {
	background-image: url("../../img/beginners_guide/bg_mz_logo.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

/* MANAGER TIPS */
.tips-box-right, .tips-box-left {
	position: relative;
	background-color: #B8B8B8;
	max-width: 250px;
	padding: 8px 15px;
	font-style: italic;
	font-size: 11px;
	border-radius: 10px;
	margin-right: 10px;
}

.tips-box-left:before {
	content: "";
	position: absolute;
	top: 5px;
	left: -18px;
	border-style: solid;
	border-width: 15px 20px 15px 0;
	border-color: transparent #B8B8B8;
}

.tips-box-right:before {
	content: "";
	position: absolute;
	top: 10px;
	right: -20px;
	border-style: solid;
	border-width: 15px 0 15px 20px;
	border-color: transparent #B8B8B8;
}

/* ICON DISPLAY */
.icon-container {
	display: inline-block;
	border-radius: 3px;
	border: 1px solid #000;
	width: 21px;
	height: 20px;
	background: #fff;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f1f1f1), color-stop(51%,#e1e1e1), color-stop(100%,#f6f6f6));
	background: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 );
}

/* GENERAL */
.chapterSelection {padding: 10px; margin-top: 5px;}
.soccer-skill {
	background-image: url(../../img/soccer/skill.png);
}

.hockey-skill {
	background-image: url(../../img/hockey/skill.png);
}
.list-text {
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	margin-right: 25px;
	display: inline-block;
	margin-bottom: 15px;
}

.list-hints {
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 25px;
	margin-right: 15px;
	display: block;
	margin-bottom: 15px;
}

.explanations {
	margin: 10px auto!important;
}

.explanations li {
	font-size: 10px!important;
	display: inline-block;
	width: 268px;
	padding-left: 25px;
}

.side {
	padding: 3px;
	margin: 3px 15px 3px 3px;
	}

.list-side {
	background-position: left 3px center;
	background-repeat: no-repeat;
	display: block;
	font-size: 11px!important;
	margin-bottom: 3px;
	margin-top: 3px;
	padding: 5px 5px 5px 25px;
	width: 220px;
}

.list-tool {
	background-image: url(../../img/icons/tool_small.png);
}

.list-tips {
	overflow: auto;
	list-style-possition:inside;
	margin: 0;
	padding: 0;
}

.square-list, .rounded-list {
	counter-reset: li;
	list-style: none;
	*list-style: decimal;
	font: 15px;
	padding: 0;
}

.square-list span:before {
	background: none repeat scroll 0 0 #FFBC00;
	border: 0.2em solid #DAA100;
	content: counter(li, decimal);
	counter-increment: li;
	font-weight: bold;
	height: 2em;
	left: -2.5em;
	line-height: 2em;
	margin-top: -1.2em;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 2em;
}

.square-list span:hover {
	background: #DAA100;
}

.square-list span {
	background: none repeat scroll 0 0 #FFBC00;
	color: #000000;
	display: block;
	margin: 0.4em 0 0.4em 2.2em;
	padding: 0.4em 0.4em 0.4em 0.8em;
	position: relative;
	text-decoration: none;
}

.rounded-list span {
	position: relative;
	display: block;
	padding: .4em .4em .4em 2em;
	*padding: .4em;
	margin: .5em 0;
	background: #424242;
	color: #fff;
	text-decoration: none;
	border-radius: .3em;
	transition: all .3s ease-out;
}

.rounded-list span:hover {
	background: #595959;
}

.rounded-list span:before {
	content: counter(li);
	counter-increment: li;
	position: absolute;
	left: -1.3em;
	top: 50%;
	margin-top: -1.3em;
	background: #424242;
	height: 2em;
	width: 2em;
	line-height: 2em;
	border: .2em solid #fff;
	text-align: center;
	font-weight: bold;
	border-radius: 2em;
}

.cm-feature {
	border: 2px solid #224488;
	border-radius: 5px;
	background: #DDDDFF url("../../img/cm_low_op.png") no-repeat 99% 97%;
	padding: 5px;
}

.pt-cost {
	border: 2px solid #d46f03;
	border-radius: 5px;
	background: #f0e3cd url("../../img/pt_low_op.png") no-repeat 99% 97%;
	padding: 5px;
}

.floating-content {
	width: 48%;
	font-size: 13px;
}

/* CHAPTER NAVIGATION */

.quick-links {
	margin: 5px;
	padding: 0 10px;
}

.quick-links li{
	background-image: url("../../img/icons/mz_logo_small.png");
	background-repeat:no-repeat;
	background-size: 14px;
	display: inline-block;
	margin-right: 15px;
	padding: 0px 0px 10px 20px;
}

/* CHAPTER INTRODUCTION */

.img {
	max-width: 280px;
	margin: 5px;
}

/* CHAPTER GET STARTED */

.starter-img-center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	border-radius: 4px;
}

.infobox-right {
	width: 450px;
	padding: 3px;
	margin: 0px 0px 2px 15px;
}
.infobox-right div {
	margin-bottom: 8px;
	font-size: 0.8em;
}

.infobox-header {
	text-align: center;
	display: block;
	font-size: 13px;
	font-weight: bold;
}

.game-image {
	float: left;
	border-radius: 8px;
	border: 5px solid #ccc;
}

/*********** TABLES CSS *******************/

#guide-table {
	overflow: hidden;
	border: 1px solid #d3d3d3;
	margin-top: 10px;
	border-radius: 4px;
	width: 100%;
}

#guide-table-float {
	overflow: hidden;
	border: 1px solid #d3d3d3;
	margin: 10px 15px;
	border-radius: 4px;
	float: left;
}

#guide-table-center {
	overflow: hidden;
	border: 1px solid #d3d3d3;
	margin: 10px auto;
	width: 80%;
	border-radius: 4px;
}

#guide-table-center td {vertical-align: middle;}