view.row {
    margin: 0px;
    margin-bottom: 24px;
}

#top10tabs {
    margin-top: 24px;
}

#user_feedback {
    clear: both;
}

#view .content .prefecture {
    float: left;
    padding: .5em;
    margin-top: -.5em;
    background-color: #c1282f;
    margin-right: 1em;
    margin-bottom: .5em;
}

#view .content .prefecture a {
    color: white;
    font-weight: bold;
}

#view .content .sidebar .meta {
    color: #999;
    padding: 0px;
}

#view .content .sidebar .meta .date {
    font-size: 14px;
}

#view .content .bottombar {
    float: left;
}

#view .content .bottombar .glyphicon,
#view .content .sidebar .meta .glyphicon {
    margin-right: 4px;
}

#view .content .bottombar .fa,
#view .content .sidebar .meta .fa {
    margin-right: 6px;
    text-align: center;
}


#view .content .bottombar > div {
    margin-bottom: 10px;
}

#view .content .bottombar a {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
}

#view .content .sidebar .meta > div {
    margin: 4px 0px;
    font-size: 14px;
}

/**
 * Map
 */

#map {
    width: 640px;
    display: block;
    border: 1px solid #90a0b0;
    margin-bottom: 18px;
    float: left;
    cursor: pointer;
}

#map .canvas {
    width: 640px;
    height: 520px;
}

.map .loading {
    margin: 4px 8px;
    color: #707058;
    visibility: none;
    float: left;
}

.map .restore {
    float: right;
    margin-right: 8px;
    margin-top: 4px;
    color: #c1282f;
    cursor: pointer;
}

.map .restore:hover {
    text-decoration: underline;
}

.map .options {
    float: right;
    margin-right: 18px;
    margin-top: 4px;
    color: #c1282f;
    cursor: pointer;
}

.map .options:hover {
    text-decoration: underline;
}

.map .loading img {
    vertical-align: bottom;
}

.mapcontrols {
    margin-top: 12px;
    margin-left: 8px;
    clear: both;
}

.mapcontrols > div > div {
    float: left;
    margin-right: 12px;
}

.mapcontrols > div {
    clear: both;
}

.mapcontrols label {
    cursor: pointer;
}

#big_mapcontrols > div > div > input {
    margin-left: 12px;
}


@media (max-width: 767px) {
    #view.row {
        margin: 0px;
    }

    #view.row > .row {
        margin: 0px;
    }

    .other_essays {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.widget_otherarticles .widget-title {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.separated-list a, .separated-list li {
    color: #000000 !important;
}

@media (min-width: 768px) {
    ul.separated-list {
        padding-left: 15px !important;
    }

    #view .content .credits {
        padding: 0 0 0 15px !important;
    }

    #layout_main #view .content.video .topsocial {
        bottom: -32px !important;
    }
}

@media (max-width: 767px) {
    ul.separated-list {
        display: block !important;
    }
    #layout_main.without_bigcover .content .titles h1 {
        padding: 4px 30px;
    }
    #view .content .titles > .subtitle {
        padding: 4px 30px !important;
    }

    #view .content .credits {
        padding-left: 30px !important;
    }

    #layout_main.without_bigcover ul.separated-list.video {
        padding-left: 30px !important;
    }
}

@media (max-width: 479px) {
    ul.separated-list {
        display: block !important;
        line-height: 3em;
        clear: both;
    }
    #view .content .credits {
        padding-left: 30px !important;
    }
}

@media (min-width: 480px) {
    ul.separated-list.video {
        margin: 1em 0 0 0;
        padding-bottom: 0.6em;
        background-color: #ffffff;
    }

    #layout_content .content .titles {
        clear: both;
    }

    #view .content .titles > .subtitle {
        /*padding: 4px 0;*/
    }

    #view .content .titles > .title {
        /*padding: 4px 0;*/
    }
}


.other-nearby-video h4 {
    margin-top: 0;
}

#view .content .header-info {
    padding-left: 15px !important;
    padding-top: 30px;
    color: #999999 !important;
    margin-bottom: -15px;
}

@media (max-width: 767px) {
    #view .content .header-info {
        margin-bottom: 0 !important;
        clear: both;
        padding-top: 15px !important;
        margin-left: 26px;
    }
}
@media (min-width: 768px) {
    #view .content .credits {
        width: 65%;
    }
}
#view .content .credits > .article-byline-feature {
    margin-left: auto !important;
}

#view .content .credits > .article-byline-feature:first-child, #view .content .credits > .article-byline-feature:nth-child(3) {
    margin-left: inherit !important;
}
