.clearfix{
	clear:both;
}
.timer_container {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 20em;
	height: 12em;
	margin-top: -6em; /*set to a negative number 1/2 of your height*/
	margin-left: -10em; /*set to a negative number 1/2 of your width*/
	border: 1px solid #ccc;
	background-color: #f3f3f3;
	border-radius: 10px;
	display: none;
}

.timer {
	font-size: 2em;
	text-align: center;
	line-height: 6em;
	color: #E4A506;
}

.overlay {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #666;
	opacity: 0.9;
}

.bs-callout {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #eee;
    border-image: none;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px 1px 1px 5px;
    margin: 20px 0;
    padding: 20px;
}
.bs-callout-danger {
    border-left-color: #ce4844;
}