#toolsColumn{
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #404041;
    border-radius: 10px;
    -moz-border-radius: 10px;
	padding-left:5px;
	padding-top:5px;
	background-color:#f7941e;
	width: 100%;
	height: 100%;
}

#networkContainer{
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #404041;
    border-radius: 10px;
    -moz-border-radius: 10px;
	background-color:#f7941e;
	width: 100%;
	height: 100%;
}

#gameOption{
    border-collapse: separate;
    border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 5px;
	background-color:#FDBE85;
	height: 30px;
}

.center_everything {
  text-align: center;
}

#example4 {
  padding-top: 20px;
  width: 100%;
  float: left;
}

.mybs-docs-example 
{
    position: relative;
    position: relative;
    margin: 10px 0;
    padding: 30px 10px 10px;
    background-color: white;
	color: #404041;
    border: 1px solid #404041;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.mybs-docs-example::after
{
    content: "Game Play";
    position: absolute;
    top: -1px;
    left: -1px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    border: 1px solid #404041;
    color: red;
    -webkit-border-radius: 4px 0 4px 0;
    -moz-border-radius: 4px 0 4px 0;
    border-radius: 4px 0 4px 0;
}

.btn-largemp {
	-moz-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	box-shadow:inset 0px 1px 0px 0px #c1ed9c;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #9dce2c), color-stop(1, #8cb82b) );
	background:-moz-linear-gradient( center top, #9dce2c 5%, #8cb82b 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dce2c', endColorstr='#8cb82b');
	background-color:#9dce2c;
	-webkit-border-top-left-radius:12px;
	-moz-border-radius-topleft:12px;
	border-top-left-radius:12px;
	-webkit-border-top-right-radius:12px;
	-moz-border-radius-topright:12px;
	border-top-right-radius:12px;
	-webkit-border-bottom-right-radius:12px;
	-moz-border-radius-bottomright:12px;
	border-bottom-right-radius:12px;
	-webkit-border-bottom-left-radius:12px;
	-moz-border-radius-bottomleft:12px;
	border-bottom-left-radius:12px;
	text-indent:0;
	border:1px solid #83c41a;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:45px;
	line-height:45px;
	width:120px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #689324;
}
.btn-largemp:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #8cb82b), color-stop(1, #9dce2c) );
	background:-moz-linear-gradient( center top, #8cb82b 5%, #9dce2c 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8cb82b', endColorstr='#9dce2c');
	background-color:#8cb82b;
}.btn-largemp:active {
	position:relative;
	top:1px;
}