body {
  background-color: #fff;
  color: #333;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 13px;
  line-height: 18px;
}

.otTitle {
    padding-top: 3px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-left: 5px;
    font-size: 36px;
	font-weight: bold;	
    /*color: #FFAA33;*/
    /*background-color: #fafafa;*/
    border-radius: 0px;
    /*border-bottom: 1px solid #ccc;*/
    text-shadow: 3px 3px 5px #ccc;
    line-height: 1.2em;
    text-align: center;
}
.otSubtitle {
    display: flex;
    justify-content: space-between;
    padding: 10px 0px;
}

.otGameName {
    margin-bottom: 10px;
    font-size: 20px;
	font-weight: bold;	
    /*color: #FFAA33;*/
    /*background-color: #fafafa;*/
    border-radius: 0px;
    text-shadow: 3px 3px 5px #ccc;
    line-height: 1.2em;
}

.browsingCntWrapper {
	text-align: right;
}

.panelHeader { 
	font-weight: bold;
	font-size: 20px;

	/* override bootstrap: .panel */
	border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    margin-bottom: 0px; 
}
.panelBody {
}
.panelFooter {
	text-align: right;
}

div.ot_number_footer{
    clear: left;
    height: 0;
}
