.row-main{
	margin-top: 80px;
}

.jumbotron{
    padding-top: 10px;
    margin: 0;
    padding-bottom: 10px;
}

.jumbotron  h1{
    font-size: 22px;
    padding: 0;
    margin: 0;
}

.jumbotron  p {
    font-size: 14px;
}

.comment{
    width: 96%;
    margin-left: 2%;
    background: #EEEEEE;
    border-radius: 6px;
    margin-bottom: 10px;
}

.buyer{
    font: bold 14px Trebuchet MS;
    padding-top: 4px;
    padding: 2px;
    color: rgba(75, 75, 75, 1);
}

.glyphicon{
    margin-right: 1px;
}

.comment_time{
    font: 12px Trebuchet MS;
    color: #666;
    margin-left: 3px;
}

.link_to_saloon{
    #color: #AAA;
    float: right;
    font-size: 11px;
    font-weight: bold;
    padding: 0px 5px 5px;
    text-decoration: none;
    width: auto;
    margin-top: -15px;
}

#saloon_row{
    color:  #800000;
    font-weight: bold;
}

#saloon_name{
    text-align: center;
    margin-bottom: 10px;
}

.interactive{
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
}

.bar-chevron{
    float: right;
    font-size: 16px;
}

td > .glyphicon{
    float: right;
    padding-right: 5px;
}
.com_edit, .com_del, .edit {
    cursor: pointer;
}

.editbl > input, .editbl > input{
    width: 30%;
    display: inline;
}

.btn-file {
    position: relative;
    overflow: hidden;
    margin-bottom: 3px;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 999px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
#save_form{
    margin: 3px;
}

#sidebar {
background: url(/img/logo.png) no-repeat;
padding: 180px 0px 0px 0px;
background-position: center 0px;
}

.vernulis {
background: url(/img/vernulis.png) #eee no-repeat;
height: 100px;
width: 848px;
position: relative;
left: -60px;
top: -10px;
}