@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('bootstrap.min.css');

body {
	background-color: rgba(0, 0, 0, 0.05);
	color: #000;
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 300;
}

.content {
	background-color: #FFF;
	max-width: 800px;
	width: 100%;
	padding: 20px;
	margin: 10px auto;
}

.logo {
	width: 200px;
	height: ;
	cursor: pointer;
}

.drag-left {
	float: left;
}

.drag-right {
	float: right;
}

.logo-title {
	letter-spacing: 5px;
}

.top-margin {
	margin-top: 10px;
}

.center-text {
	font-weight: 200;
	font-size: 15px;
	text-align: center;
}

.table, .table th, .table td {
	font-size: 15px;
}