/* basic styles */
.video { text-align: center; }


/* menu styles */
.bt-menu-container span { cursor: pointer; }
.bt-submenu.expanded { display: block; }
.bt-submenu.colapsed { display: none; }
.bt-menu-control { cursor: pointer; text-decoration: underline; }

/* header styles */
h3 {
background-color:#2D1A1A;
border-bottom:1px solid #4A2A2A;
padding: 1px 2px;
}


/* overrides */
a.spell:hover {
cursor: default;
text-decoration: none;
}