label {
	display: inline-block;
	margin-bottom: .5rem;
}

.form-control { 
	border-radius: 0; 
	margin: 0 !important;
}

input[type="text"], input[type="password"], input[type="email"], input[type="number"], textarea, select {
	padding: 6px 8px;
	width: 100%;
	font-size: 13px;
	background-color: white;
}

.btn {
	padding: 6px 10px;
	border-radius: 0;
	line-height: normal;
	margin: 0;
	font-size: 13px;
}

.btn:focus {
	color: white;
}

.input-group-btn:not(:first-child) > .btn, .input-group-btn:not(:first-child) > .btn-group {
	font-size: 13px;
	margin: 0;
}

select.form-control {
	font-size: 13px;
}

form .form-group {
	margin-bottom: 15px;
}

textarea.form-control {
	font-size: 13px;
	padding: 6px 8px;
}

.input-group-addon {
	font-size: 13px;
	padding: 4px 10px;
}

select.form-control:not([size]):not([multiple]) {
	height: 34px;
}

a.btn:link { 
	text-decoration: none;
}

a.btn:visited {
	color: white;
}

form, fieldset {
	margin: 0;
}

.table th, .table td {
	padding: 6px 8px;
}

.table-noborder {
  border: 0; }

.table-noborder th, .table-noborder td {
  border: 0; }

.table-noborder thead th, .table-noborder thead td {
  border-bottom-width: 0; }
  
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.danger {
	color: #FF4444;
}

p, ol, ul {
	font-size: 14px;
}

.table-noborder tr td:first-child {
	padding-left: 0;
}