/**
 * Nav
 */
.rawt-entity-nav {
}

.rawt-entity-nav h2 a,
.rawt-entity-nav h3 a {
    text-decoration: none;
}

.rawt-entity-nav h4 {
    font-size: 0.7em !important;
}

.rawt-entity-nav h3 {
    font-size: 0.9em !important;
}

.rawt-entity-nav .nav-content {
    display: table;
}

.rawt-entity-nav .nav-item {
    margin: 1em auto 1.5em auto;
}

.rawt-entity-nav .image {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.rawt-entity-nav .image .rawt-comment-balloon {
    position: absolute;
    top: 0.3em;
    left: 0.6em;
}

.rawt-entity-nav .image img {
    display: block;
}

.rawt-entity-nav .details {
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 0 1em;
}

/**
 * Small
 */
.rawt-entity-nav.small .nav-item {
    width: 88%;
}

.rawt-entity-nav.small .details {
    padding: 0 0 0 2em;
}

.rawt-entity-nav.small h4 {
    font-size: 0.9em !important;
}

.rawt-entity-nav.small h3 {
    font-size: 1.1em !important;
}

/**
 * Full
 */
.rawt-entity-nav.full .nav-item {
    width: 80%;
}