/**
 * Navbar
 */
.rawt-navbar-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 600;
    background: #fff;
    box-shadow: 0 0 0.8em #666;
}

.rawt-navbar-sticky > .title {
    position: absolute;
    text-align: center;
    font-size: 0.8em;
    line-height: 1.5em;
    bottom: -1px;
    height: 0;
    overflow: visible;
    left: 0;
    width: 100%;
}

.rawt-navbar-sticky > .title .title-content .rawt-badges {
    display: inline-block;
    vertical-align: middle;
}

.rawt-navbar-sticky > .title .title-content {
    display: inline-block;
    background: rgba(0,0,0,0.6);
    color: #fff;
    padding: 0.7em 1em;
}

/**
 * Reveal
 */
.rawt-menu-reveal {
    display: none;
    overflow: hidden;
}

.rawt-menu-reveal h2 {
    text-align: center;
    font-size: 1em;
    color: #fff;
    margin: 0;
    padding: 0 0 0.7em 0;
}

.rawt-menu-reveal .reveal-content {
    padding: 1em;
    background: #444;
}

.rawt-menu-reveal .reveal-content a {
    color: #fff;
}

.rawt-menu-reveal .menu {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.rawt-menu-reveal .menu li {
    display: table-cell;
    padding: 0 2em;
    text-align: center;
    vertical-align: middle;
}

.rawt-menu-reveal .menu li a {
    display: block;
    margin: 0 auto;
}

/**
 * Action Links
 */
.rawt-menu-action-links li {
    display: inline-block;
    margin: 0 !important;
}

.rawt-menu-action-links li a {
    display: block;
    border-right: 1px solid #bbb;
    font-size: 0.8em;
    line-height: 0.8em;
    padding: 0 0.5em;
}

.rawt-menu-action-links li.last a {
    border-right: none;
}

/**
 * Button List
 */
.rawt-button-list li {
    display: block;
    list-style: none;
}

.rawt-button-list li .rawt-button {
    display: block;
    margin: 0 0 1em 0;
}