
body {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	padding: 20px;
}

.clear {
	clear: both;
}

h1 {
	border-bottom: 3px solid black;
	text-align: right;
}

/* Bootstrap compatible box styles */
.box {
	background-color: rgba(0, 0, 0, 0.8);
	color: white;
	margin: 0 0 20px 0;
	padding: 10px;
	border-radius: 0.25rem;
}

.box a {
	color: white;
	text-decoration: none;
}

.box a:hover {
	color: #f8f9fa;
	text-decoration: underline;
}

.wbox {
	background-color: rgba(255, 255, 255, 0.5);
	color: black;
}

.wbox a {
	color: black;
}

.menu-box {
	text-align: center;
}

/* Favorites list styles */
#fav-list {
	list-style: none;
	padding-left: 0;
}

#fav-list > li {
	margin: 10px 0 30px 0;
}

.fav-box {
	border: 1px solid white;
	padding: 5px 10px;
	border-radius: 0.25rem;
}

.fav-box .tit_link {
	font-size: 24px;
}

.fav-box .link_tags {
	font-size: 10px;
}

.fav-box img {
	height: 90px;
	float: left;
	margin: 0 10px 5px 0;
}

.fav-box .fav-item-menu {
	float: right;
	background-color: rgba(0, 0, 255, 0.5);
	padding: 3px;
	border-radius: 0.25rem;
}

/* Sidebar styles */
aside section header {
	margin: 3px;
	font-weight: bold;
}

.sidebox {
	margin-top: 10px;
}

/* Mural styles */
#mural img {
	width: 300px;
	height: 250px;
	margin: 5px;
	border-radius: 0.25rem;
}

.fb_ico {
	width: 20px;
	height: 20px;
}

/* Table styles */
.table1 {
	background-color: black;
	color: white;
	border-collapse: collapse;
	border: 1px solid;
	width: 100%;
}

.table1 caption {
	background-color: black;
	color: white;
	caption-side: top;
}

/* Form styles - Bootstrap compatible */
input[type="text"],
input[type="email"],
input[type="password"],
textarea {
	display: block;
	width: 100%;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

input[type="submit"] {
	display: inline-block;
	font-weight: 400;
	line-height: 1.5;
	color: #fff;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	user-select: none;
	background-color: #0d6efd;
	border: 1px solid #0d6efd;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	border-radius: 0.25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

input[type="submit"]:hover {
	color: #fff;
	background-color: #0b5ed7;
	border-color: #0a58ca;
}

/* Background info */
#bg-info {
	position: fixed;
	bottom: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.7);
	padding: 5px 10px;
	margin: 5px;
	border-radius: 0.25rem;
}
