/* $nycbug: style.css,v 1.96 2017/02/03 14:48:38 okan Exp $ */

body {
	text-align: left;
	margin: 15px auto;
	padding: 0px 10px;
}
@media (min-width: 800px) {
	body {
		max-width: 85%;
	}
}
#header {
	border-bottom: 1px solid #dbdbdb;
	font-size: 230%;
	text-align: left;
}
#footer {
	border-top: 1px solid #dbdbdb;
	clear: both;
	text-align: left;
}
#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#menu li {
	float: left;
}
#menu li a {
	display: block;
	background-color: #dbdbdb;
	color: #000000;
	font-size: 110%;
	font-weight: bold;
	padding: 0px 6px 0px 6px;
	text-decoration: none;
}
#content {
	clear: both;
	text-align: left;
	margin: 0px 10px 0px 15px;
	padding: 10px 10px 0px 10px;
}
#content h1 {
	font-size: 120%;
	font-weight: bold;
}
#content h2 {
	font-size: 110%;
	font-weight: bold;
}
#content a {
	text-decoration: none;
}
#content img {
	border: none;
}
#content pre {
	background-color: #dbdbdb;
	padding: 5px 5px 5px 5px;
	white-space: pre-wrap;		/* css-3 */
	white-space: -moz-pre-wrap;	/* Mozilla, since 1999 */
	white-space: -pre-wrap;		/* Opera 4-6 */
	white-space: -o-pre-wrap;	/* Opera 7 */
	word-wrap: break-word;		/* Internet Explorer 5.5+ */
}
#content table {
	border-collapse: collapse;
}
#content table th {
	border: 1px solid #dbdbdb;
	font-size: 85%;
	white-space: nowrap;
}
#content table td {
	border: 1px solid #dbdbdb;
	font-size: 80%;
}
#content input {
	font-size: 1em;
}
#content .full	{ width: 100%; }
#content .left	{ text-align: left; }
#content .right	{ text-align: right; }
#content .flexbox {
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	width: 100%;
}
#content .left_col {
	min-width: 75px;
	max-width: 50%;
	flex-grow: 0;
}
#content .right_col {
	flex-grow: 1;
	margin-left: 10px;
}
#col {
	-moz-column-count: 3;
	-webkit-column-count: 3;
	column-count: 3;
}
