/*
Theme Name: Oshin Child (Maeve)
Description: Oshin Child Theme
Author: Brand Exponents
Template: oshin
Version: 1.0
*/

@import url("../oshin/style.css");

.tatsu-module h1.old{
	background: black;
	width: fit-content;
    	margin: 0 auto;
    	padding: 3px 15px;
}
.be-sidemenu .opened
{
	max-height: 200px !important;
}

#UT_CANVAS
{
	float: left;
	width: 100%;
	height: 100%;
	background-image: url('/webgl-home/screen.jpg');
}

#UT_CANVAS.active
{
	background-image: none;
}

.sub-menu {
    border-radius:0 10px 10px 10px;
    background-color: red;
   }