﻿fieldset.scheduler-border {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

legend.scheduler-border {
    width: inherit; /* Or auto */
    padding: 0 10px; /* To give a bit of padding on the left and right */
    border-bottom: none;
}

.masonry-item.blog-item hr {
    margin: 0 0 10px 0;
}

.masonry-item.blog-item .btn {
    margin-top: 5px;
}

.masonry-item.blog-item .img-responsive {
    width: 100%;
}

.masonry-item.blog-item .autor-post img {
    width: 45px;
    height: 45px;
    border-radius: 200px;
    margin-right: 10px;
}
.imageborder {
    padding: 5px;
    border: solid 1px #ddd;
}