body {
	font-family: "Raleway", sans-serif;
	margin: 0;
	padding: 0;
	background: #333;
}
a {
	text-decoration: none;
	outline: none;
}
i {
	margin-right: 10px;
}
.navbar {
	background-color: #00aef0;
	padding: 30px;
	width: calc(100% - 60px);
}
.navbar-left {
	display: inline-block;
	width: 49%;
}
.navbar-right {
	display: inline-block;
	width: 49%;
	text-align: right;
}
.logo {
	margin-left: 50px;
}
.logo a {
	font-size: 30px;
	color: #fff;
	font-weight: bold;
}
.links {
	margin-right: 30px;
}
.links a {
	color: #fff;
	font-weight: bold;
	margin: 0 15px 0 15px;
}
.row {
	padding: 50px;
	width: calc(100% - 100px);
}
.black {
	background-color: #333;
	color: #fff;
	text-align: center;
}
.white {
	background-color: #fff;
	color: #333;
	text-align: center;
}
.question {
	width: 50%;
	margin: 0 auto;
	font-size: 20px;
}
.icons {
	width: 100%;
	margin: 0 auto;
}
.icon {
	display: inline-block;
	width: 15%;
	margin: 80px 30px 0 30px;
}
.icon i {
	font-size: 50px;
	margin-bottom: 20px;
}
.textbox {
	display: inline-block;
	width: 35%;
	text-align: left;
	margin: 0 20px 50px 20px;
}
.title {
	color: #00aef0;
	font-size: 25px;
	margin-bottom: 15px;
}
.text {
	color: #555;
}
.line {
	height: 1px;
	width: 50%;
	background-color: #888;
	margin: 0 auto;
}
.btn {
	background-color: #00aef0;
	color: #fff;
	border-radius: 0;
	border: none;
	padding: 10px;
	font-size: 20px;
	cursor: pointer;
	margin: 0 auto;
	width: 100%;
}
.start {
	background-color: #2ecc71;
}
.stop {
	background-color: #e74c3c;
}
.footer-left {
	display: inline-block;
	width: 49%;
}
.footer-right {
	display: inline-block;
	width: 49%;
	text-align: right;
}
.footer-links a {
	color: #888;
	margin: 0 15px 0 15px;
}
.social-icons {
	margin-right: 80px;
}
.social-icons i {
	color: #888;
	font-size: 25px;
	margin: 0 15px 0 15px;
}
.copyright {
	margin-top: 50px;
	font-size: 15px;
	color: #888;
}
.register {
	width: 30%;
	margin: 0 auto;
}
.input {
	font-family: "FontAwesome", "Raleway", sans-serif;
	background-color: #ddd;
	border: none;
	border-radius: 0;
	padding: 15px;
	font-size: 16px;
	color: #333;
	width: calc(100% - 30px);
	margin: 0 auto;
}
.menu {
	text-align: center;
}
.menu a {
	display: inline-block;
	color: #fff;
	text-align: center;
	margin: 0 50px 0 50px;
	padding: 10px;
}
.menu a i {
	margin: 0 auto;
	margin-bottom: 5px;
}
.selected {
	background-color: #00aef0;
}
.box {
	display: inline-block;
	width: 25%;
	margin: 30px;
	vertical-align: top;
}
.box-head {
	width: calc(100% - 20px);
	padding: 10px;
	background-color: #00aef0;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
}
.box-body {
	width: calc(100% - 40px);
	padding: 20px;
	background-color: #333;
	color: #fff;
	font-weight: bold;
	font-size: 25px;
	text-align: center;
	word-wrap: break-word;
}
.bigbox {
	display: inline-block;
	width: 80%;
	margin: 30px;
	vertical-align: top;
}
.bigbox-head {
	width: calc(100% - 40px);
	padding: 20px;
	background-color: #00aef0;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
}
.bigbox-body {
	width: calc(100% - 60px);
	padding: 30px;
	background-color: #333;
	color: #fff;
	font-weight: bold;
	font-size: 25px;
	text-align: center;
	word-wrap: break-word;
}
.index {
	width: calc(100% - 20px);
	padding: 10px;
	background-color: #fff;
	margin: 10px auto;
	font-size: 16px;
	text-align: left;
}
.website {
	width: calc(100% - 40px);
	padding: 20px;
	background-color: #fff;
	margin: 10px auto;
	font-size: 18px;
	text-align: left;
}
.hits {
	display: inline-block;
	color: #333;
	width: 13%;
}
.status {
	display: inline-block;
	color: #333;
	width: 15%;
}
.link {
	display: inline-block;
	width: 32%;
	color: #333;
}
.link a {
	color: #333;
}
.seconds {
	display: inline-block;
	color: #333;
	width: 12%;
}
.actions {
	display: inline-block;
	width: 25%;
	text-align: left;
	color: #333;
}
.action {
	display: inline-block;
	padding: 10px;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	border: 0;
	cursor: pointer;
	margin: 0 5px 0 5px;
}
.action i {
	margin: 0;
	font-size: 20px;
}
.edit {
	background-color: #7f8c8d;
}
.delete {
	background-color: #e74c3c;
}
.start {
	background-color: #2ecc71;
}
.pause {
	background-color: #f1c40f;
}
.edit-dropdown {
	display: none;
	color: #333;
}
#current {
	display: none;
	color: #fff;
	font-size: 16px;
}
#stop {
	display: none;
}
.slider {
	width: 100%;
	margin: 0;
	padding: 0;
}
#seconds {
	color: #333;
}
#progressbar {
  width: 100%;
  margin: 10px auto;
  height: 15px;
  background-color: #fff;
}
#progressbar div {
  height: 100%;
  text-align: right;
  padding: 0 10px;
  line-height: 15px;
  width: 0;
  background-color: #00aef0;
  box-sizing: border-box;
}
.user-box {
	background-color: #ffffff;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
}
.user-username {
	width: 20%;
	display: inline-block;
	color: #333333;
	font-size: 17px;
}
.user-email {
	width: 24%;
	display: inline-block;
	color: #333333;
	font-size: 17px;
}
.user-activated {
	width: 15%;
	display: inline-block;
	color: #333333;
	font-size: 17px;
}
.user-points {
	width: 15%;
	display: inline-block;
	color: #333333;
	font-size: 17px;
}
.user-id {
	width: 7%;
	display: inline-block;
	color: #333333;
	font-size: 17px;
}
.user-menu {
	display: none;
	border-bottom: 1px solid #ffffff;
}
img {
max-width: 100%;
display: block;
}