html {
	/*overflow-y: scroll;*/
}
body {
	color: #333;
	background-color: #fff;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 18px;
}
a:focus, a:hover, a:active {
	text-decoration: none;
}
textarea {
	resize: vertical;
}
.no-padding {
	padding: 0;
}
.no-border {
	border: none;
}
.no-radius {
	border-radius: 0;
}
.btn-xxl {
	font-size: 4em;
}
.alert {
	text-align: center;
}
.list-group-item > .btn {
	margin: -5px -10px 10px 10px;
}
.panel-title {
	font-size: 1.17em;
}
.text-green {
	color: #5cb85c;
}

.no-border>tbody>tr>td, .no-border>tbody>tr>th, .no-border>tfoot>tr>td, .no-border>tfoot>tr>th, .no-border>thead>tr>td, .no-border>thead>tr>th {
	border-top: none;
}