.row {
    margin-top: 20px;
    width:100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
img {
    display: block;
    margin: auto;
    max-width: 100%;
    user-drag: none; 
    -moz-user-select: none;
    -webkit-user-drag: none;
}
.last {
    position:absolute;
    margin-bottom:20px;
    margin-top:20px;
}
#body {
    background: #777 !important; 
}
.btn {
    color: #000;
}
.white {
    color: #fff;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #202020 !important;
}
tr {
    cursor: pointer;
}
.form-group {
    /* margin-right:15px; */
}
#postId {
    width:50px;
}
#postYear {
    width:60px;
}
#postPhotos {
    width:50px;
}
#hiddenPostId {
    display:none;
}
.description > h1 {
    font-size: 36px;
}
.description > h2 {
    font-size: 24px;
}
#timeline h3 {
    font-size: 20px;
    line-height:40px;
    margin:0;
}
.no-images {
    color: grey !important;
}
#body-edit {
    background: #222;
}
textarea {
    resize: none;
}
.g-recaptcha {
    margin-bottom: 15px;
}