.CL_TITLE
{
	color: #ff9800 !important;
	font-style : bold !important;
	font-size : 105% !important;
}	

.CL_BROWN
{
	color: #fff !important;
	background-color: #231000 !important;
}	
	

.CL_BOLD
{
	font-style : bold;
}
.xw3-leftbar
{
	border-left: 6px solid #e99929 !important;
}

.square_btn{
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: #f7f7f7;
    border-left: solid 6px #e99929;
    color: #e99929;
    font-weight: bold;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}
.square_btn:active {
    box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
    transform: translateY(2px);
}	

.CL_TOP_IMG { height: 150px; width: 150px; bottom: 20px; right: 20px; }
@media only screen and (max-width: 600px) 
{
	.CL_TOP_IMG { height: 70px; width: 70px; }
}
 
.CL_TOP_IMG2 { height: 50px; width: auto; }
@media only screen and (max-width: 600px) 
{
	.CL_TOP_IMG2 { height: 30px;  }
}
 
