

.navbar-inverse {
    background-color: rgb(152, 18, 195);
    border-color: rgb(24, 58, 82);
}

.navbar-inverse .navbar-toggle {
    border-color: white;
}

.navbar-inverse .navbar-brand {
    color: white;
    font-weight: bold;
}

.navbar-inverse .navbar-nav>li>a {
    color: white;
}

.comment-header {
    background: rgb(218, 226, 232) none repeat scroll 0% 0%;
}

.comment-header-text {
    padding: 5px;
    color: rgb(69, 104, 142);
    font-weight: bold;
}

.comment-name {
    color: rgb(10, 120, 194);
    font-weight: bold;
    font-size: 12px;
}

.comment-minute {
    color: rgb(153, 153, 153);
}

.leave-comment {
    color: rgb(10, 120, 194);
    text-decoration: none;
    font-family: tahoma, arial, verdana, sans-serif, Lucida Sans;
    font-size: 11px;
    line-height: 17px;
}


iframe {
visibility: hidden;
position: absolute;
left: 0;
top: 0;
height: 0;
width: 0;
border: none;
}
.main-container{
    float: none;
    display: block;
    margin: 0 auto
}
