@import url(//fonts.googleapis.com/css?family=Ubuntu:300,400,700,300italic,400italic,700italic);

* {
	/* margin: 0;
	padding: 0;    */
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-family: 'Ubuntu', sans-serif !important;
}

p, h1, h2, h3, h4, h5, h6, li, ul, ol, textarea, input, legend, option, button, select, textarea {
	color: #5a5a5a;
}

a {
	color: #00c5da;
	font-weight: 700;
	text-decoration: underline;
}

a:hover {
	background-color: #00c5da;
	color: #fff;
	cursor: pointer;
}

::selection {
	color: #fff;
	background-color: #ffa766;
}

::-moz-selection {
	color: #fff;
	background-color: #ffa766;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
	outline: none;
}

input[type=text], input[type=password], textarea {
	border-radius: 5px;
	padding: 5px 10px;
	border: 1px solid #5a5a5a;
	transition: box-shadow 0.2s linear;
	-o-transition: box-shadow 0.2s linear;
	-moz-transition: box-shadow 0.2s linear;
	-webkit-transition: box-shadow 0.2s linear;
}

input[type=text]:focus, input[type=password]:focus, textarea:focus {
	box-shadow: inset 0 0 15px -5px #00c5da;
}

button {
	font-weight: 700;
	font-size: 1em;
	padding: 5px 10px;
	border-radius: 5px;
	background-color: #abdbe1;
	border: 0;
}

button:hover {
	cursor: pointer;
	background-color: #00c5da;
	color: #fff;
}

button:active {
	background-color: #0097a7;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: block;
}

.bold {
	font-weight: 700;
}

.italic {
	font-style: italic;
}

.indented {
	margin-left: 20px;
}

.underlined {
	text-decoration: underline;
}

.sub {
	vertical-align: sub;
	font-size: 0.8em;
}

.sup {
	vertical-align: super;
	font-size: 0.8em;
}

.light {
	font-weight: 100;
}


.PictureButton {
	width: 95%;
	max-width:270px;
	display: block;
	height: 100px;
	margin: auto;
    font-size:1.1em;
	margin-bottom: 5px;
	margin-top: 1vw;
    padding-left:60px;
	border-radius: 20px;
	border: 0;
	border-bottom: 5px solid #5a5a5a;
	overflow: visible;
	position: relative;
	background: no-repeat left;
    background-color: #D7EBEB;
}


.PictureButton span {
	line-height: 100px;
	position: absolute;
	top: 0;
	left: 120px;
	font-size: 2em;	  
}
.PictureButton:hover {
	background-color: #339999;
        padding-left:60px;
	color: white;
	cursor: pointer;
}
.PictureButton:active {
	border-bottom: 0;
	border-top: 5px solid #5a5a5a;
}
.LaserBody {
    padding: 0px 10px 0px 10px;
}































