@import url('https://fonts.googleapis.com/css?family=Raleway:300,300i,400,400i,500,500i,700,700i,900,900i');

body {
	font-family: 'Raleway', 'Gill Sans MT', Calibri , sans-serif;
    padding-top: 50px;
}

.thumbnail {
    border: 0;
}

#webcodecam-canvas, #scanned-img {
    background-color: #2d2d2d;
	width: 590px;
	height:459px;
}

#camera-select {
    display: inline-block;
    width: 269px;
    align-content:center;
}

.btn {
    margin-bottom: 0px;
}

a.button8{
display:inline-block;
padding:0.2em 1.45em;
margin:0.1em;
border:0.15em solid #CCCCCC;
text-decoration:none;
font-family:'Raleway','Roboto',sans-serif;
font-weight:400;
color:#fff;
background-color:#CCCCCC;
text-align:center;
position:relative;
}
a.button8:hover{
border-color:#7a7a7a;
}
a.button8:active{
background-color:#999999;
}
@media all and (max-width:30em){
a.button8{
display:block;
margin:0.9em auto;
}
} 

.form-control {
    height: 32px;
}

.h4, h4 {
    width: auto;
    font-size: 53px;
    line-height: 1.1;
	font-family:'Raleway','Roboto',sans-serif;
    margin-top: 5px;
    margin-bottom: 5px;
	color: #fff;
	text-align: center;
	align-content:center;
	
	}
	

.controls {
    display: inline-block;
}

.well {
    position: relative;
    display: inline-block;
}

.panel-heading {
    display: inline-block;
    width: 100%;
}

.container {
    width: 100%;
	background-image: url("img/Poly-Lakeside.jpg");
}

pre {
    border: 0;
    border-radius: 0;
    background-color: #333;
    margin: 0;
    line-height: 125%;
    color: whitesmoke;
}

button {
    margin-top: 0px;
	margin-bottom: 12px;
	display:inline-block;
	padding:0.2em 1.45em;
	border:0.15em solid #CCCCCC;
	text-decoration:none;
	font-family:'Raleway','Roboto',sans-serif;
	background-color:#ee1133;
	text-align:center;
	position:relative;
	align-content:center;
}


@media all and (max-width:30em){
button{
display:block;
margin:3em auto;
margin-top: 1px;
}
} 

.table-bordered {
    color: #777;
    cursor: default;
}

.table-bordered a:hover {
    text-decoration: none;
}

.table-bordered th a {
    float: right;
    line-height: 3.49;
}

.table-bordered td a {
    float: left;
}

.table-bordered th img {
    float: left;
}


.scanner-laser {
    position: absolute;
    margin: 40px;
    height: 30px;
    width: 30px;
    opacity: 0.5;
}

.laser-leftTop {
    top: 0;
    left: 0;
    border-top: solid red 5px;
    border-left: solid red 5px;
}

.laser-leftBottom {
    bottom: 0;
    left: 0;
    border-bottom: solid red 5px;
    border-left: solid red 5px;
}

.laser-rightTop {
    top: 0;
    right: 0;
    border-top: solid red 5px;
    border-right: solid red 5px;
}

.laser-rightBottom {
    bottom: 0;
    right: 0;
    border-bottom: solid red 5px;
    border-right: solid red 5px;
}

#webcodecam-canvas {
    background-color: #272822;
}

.upper { text-transform: uppercase; }

@media screen and (min-width:700px) {

.container {
    width: 100%;
    text-align: center;
  }
  
#camera-select {
    display: inline-block;
    width:94.7%;
	margin-left: -18px;
	text-align: center;
	
}
.h4, h4 {
    width: auto;
    font-size: 93px;
    text-align: center;
	align-content:center;
	}

}

@media screen and (max-width:350px) {
  .center {
    padding: 20px;
    width: 75%;
  }
}