/*
 *   Important Information about this CSS File
 *
 * - Do not delete or rename this file, if you do not use it leave it blank (delete
 *   everything) and the file will be skipped when you enable Production Mode in
 *   the Global theme settings.
 *
 * - Read the _README file in this directory, it contains useful help and other information.
 */


/* HIDE UNWANTED SECTIONS */
	/* Force table to not be like tables anymore */


/*
.menu {
margin: 0px auto;
padding: 0px;
list-style: none;
width: 240px;
font-family: Arial;
                        font-size: 90%;
background-color: #111;
}


.menu li {
overflow: hidden;
}


.menu li a {
display: block;
border-bottom: 1px solid #444;
background-color: #222;
text-decoration: none;
                                color: white;
                                text-align:center;
                               padding: 5px;
                               outline: none 0px;
user-select: none;
-moz-user-select: none;
-webkit-user-select: none;
}
	
	 .menu li a:hover {
background-color: #180000;
                             -webkit-scrollbar-button:vertical;
}
.menu > li:first-child >a:first-child {
border-top: 1px solid #444;
}
.menu li {
margin: 0px;
padding: 0px;
                               list-style: none;
height: 0px;
                               overflow: hidden;
transition: 1s;
-moz-transition: 1s;
-webkit-transition: 1s;
}
.menu li:hover ul,
.menu:not(:hover) li:first-child ul {
                                    height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
}
.menu li a {
color: #AAA;
                       border: 1px solid #777;
border-top: 0px none;
background-color:#680000;
white-space: nowrap;
overflow: hidden;
}
.menu li a:hover {
background-color: #500000;
}
*/




