#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;
}

.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;
}