.view-title {
    color: #FFF;
    position: absolute;
    z-index: 2;
    top: 100px;
    right: 0;
    left: 0;
    line-height: 40px;
    background-color: #3bb9bb;
    font-size: 22px;
}
.view-banner {
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    height: 500px;
    background-size: 100%;
    background-position: 100% 0;
    z-index: 1;
}
.view-title ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.view-title ul li {
    display: inline-block;
    border-right: solid 1px #32a0a2;
    padding: 0 10px;
}
.view-title ul li:first-child {
    border-left: solid 1px #32a0a2;
}
.view-container {
    margin-top: 350px;
    z-index: 2;
    position: relative;
}
.view-container h2 {
    line-height: 50px;
    color: #FFF;
    text-shadow: 1px 1px 1px #333;
}
.view-section {
    background-color: #FFF;
    padding: 20px;
    font-size: 16px;
    line-height: 25px;
    position: relative;
    margin-bottom: 20px;
}
.view-top p {
    padding-bottom: 70px;
}
.view-top .poster {
    float: left;
    margin-right: 20px;
}
.view-top .poster img {
    width: 150px;
    height: auto;
    z-index: 100;
    position: relative;
}
.view-top .buttons {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #222;
    height: 80px;
    padding: 20px;
    text-align: center;
    z-index: 90;
}
ul.view-list {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
}
ul.view-list li {
    display: inline-block;
    margin: 10px;
}
ul.view-list li .item-info {
    text-align: center;
    font-size: 16px;
}
ul.view-list li img {
    height: 297px;
}
.comments {
    min-height: 100px;
}
.comments .throbber {
    margin-top: 30px;
}
.comments ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.comments ul li {
    clear: both;
    margin-bottom: 20px;
}
.comments ul li:last-child {
    clear: both;
    margin-bottom: 0;
}
.comments ul li .avatar {
    float: left;
}
.comments ul li .text {
    padding: 0 20px;
    margin-left: 138px;
}
.comments ul li .text span {
    font-size: 14px;
}
.comments ul li .text h3 {
    margin-bottom: 10px;
}
