/*!
 * Start Bootstrap - Blog Home HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    padding-top: 70px; /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
}

footer {
    margin: 25px 0;
}

.post-date{
	float:right;
	padding:5px;
	font-size:12px
}

p {
	word-break: break-all;
}
td, th {
	border: 1px solid;
	padding: 5px;
}

.tag-item {
    margin: 0 5px 5px 0;
    border-radius: 15px;
}

.tag-item:hover {
    background-color: #e6e6e6;
    border-color: #adadad;
}