#bellsystemlogo {
	width: 120px;
	height: 120px;
	text-align: center;
}
table tr {
	border: 1px solid black;
}
.pnfail {
	color: maroon; font-weight: 900; margin: 0; padding: 0; display: inline-block;
}
.pnsuccess {
	color: #0b6623; font-weight: 900; margin: 0; padding: 0; display: inline-block;
}
.phreaknet-form {
	padding: 15px;
}
.phreaknet-form {
	display: table;
}
.phreaknet-form label {
	font-weight: 600;
	float: left;
	display: table-cell;
	text-align: left;
	min-width: 190px;
	padding-right: 15px; 
}
.phreaknet-form input::placeholder, .phreaknet-form input, .phreaknet-form select {
	font-family: 'BellGothicStd';
}
.phreaknet-form .form-submit {
	font-weight: 900;
	margin: 7px auto;
	display: block;
}
#tbcselect select {
	min-height: 200px;
}
.box-content-container {
	margin: 10px auto;
	display: block;
	text-align: center;
}
.box-content {
	display: inline-block;
	border: 1px solid black;
	padding-right: 15px;
}
.box-content ul {
	text-align: left;
	list-style-type: none;
}
.box-content h3 {
	margin-top: 5px;
	margin-bottom: 2px;
}
.box-content ul {
	margin-top: 0;
	margin-bottom: 5px;
}
.errorbox {
	border: 1.5px solid maroon;
	display: inline-block;
	padding: 5px;
}
.floatleft {
	display: block;
	float: left;
}
.lfloat500 {
	display: block;
	float: left;
	max-width: 500px;
}
.clearleft {
	display: block;
	clear: left;
}
@media print {
	#nocmenu {
		display: none;
	}
}
@media print {
	background-color: #e6bb84;
	color: black;
}
.wp {
	margin: 0 auto;
	max-width: 370px;
	padding: 25px;
}
.yp {
	margin: 0 auto;
	max-width: 740px;
	padding: 25px;
}
.yp h3 {
	padding-top: 25px;
	text-align: center;
	clear: both;
}
.wp p {
	text-align: right;
	margin: 0;
}
.yp .fleft {
	float: left;
	margin: 0;
	clear: right;
}
.yp .fright {
	float: right;
	margin: 0;
	clear: right;
}
.wp .number, .yp .number {
	font-weight: bold;
}
.bigtextarea {
	min-height: 250px;
	min-width: 550px;
}
#main-directory {
  table-layout: fixed !important;
}
#main-directory #col-first {
    min-width: 115px;
}
#main-directory #col-number {
    min-width: 77px;
}
#main-directory #col-category {
    min-width: 150px;
}
.jump-blocks {
	font-size: 0.7em;
	border: 1px ridge black;
}