.comp-window {
	width:100%;
	height:100%;
	overflow:hidden;
}

.comp-absolute {
	position: relative;
}

.comp-center {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.comp-window-pane {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 320px;
	height: 320px;
	padding: 1rem;
	text-align: center;
	border-radius: 15px;
	background-color: white;
	box-shadow: 0 10px 30px 0 rgba(0,0,0,0.1);
}

.comp-window-b {
	width:100%;
	height:100%;
	background-color: white;
}

.comp-invisible {
	display: none;
}

.comp-text {
	font-size: 0.75rem;
	font-weight: 700;
}

.comp-width {
	width: 100%;
}

.comp-buttons {
	margin-top: 2rem;
	height: 3rem;
}

.comp-span {
	vertical-align: middle;
}

.comp-button {
	position: relative;
	margin-left: 0.5rem;
	margin-right: 0.5rem;
	height: 3rem;
	background-color: #FB5151;
	color: white;
	border-radius: 15px;
	box-shadow: 0 10px 30px 0 rgba(0,0,0,0.1);
	line-height: 1.0rem;
	vertical-align: middle;
}

.comp-button-content {
	padding-top: 0.5rem;
	font-weight: 700;
}

.col-3 {
	float: left;
    width: 50.0%;
	height: 60px;
}

.bb-firefox, .bb-chrome {
	font-size: 2rem;
}

.padder {
	padding-left: 0.5rem
}
