body{
 	background: none repeat scroll 0 0 #fff;
    background-image: url("../bk2.jpg");
    /*background-size: cover;*/
    font-family: 'Open Sans';
    /*font-weight: normal;*/
    /*letter-spacing: -0.5px;*/
    /*word-spacing: normal;*/
    color: #393836;
    width: 100%;
    min-width: 300px;
    margin: 0;
    padding: 0;
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url("fonts/opensans.woff") format('woff');
}
@font-face {
  font-family: 'Open Sans Light';
  font-style: normal;
  font-weight: 300;
  src: local('Open Sans Light'), local('OpenSans-Light'), url("fonts/opensanslight.woff") format('woff');
}

header{
    height: 60px;
    background-color: #ffffff;
    width: 100%;
    position: relative;
    z-index: 9;
    box-shadow: 0px 1px 9px 0px rgba(4,0,0,0.35);
}

#logo{
    text-align: left;
    font-size: 40px;
    color: #ff6d3d;
    font-style: italic;
    font-weight: bold;
    padding-left: 20px;
    box-sizing: border-box;
}

.content{
	padding-top: 7%;
    margin: 0 auto;
    text-align: center;
    width: 60%;
}
.title{
	font-size: 30px;
	padding-bottom: 30px;
	text-transform: uppercase;
}

input{
    border-radius: 0;
    color: #555555;
    display: inline-block;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    margin-bottom: 10px;
    padding: 4px 6px;
    vertical-align: middle;
 	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 0 none;
    padding: 10px;
    width: 200px;
}

.tab-content{
	margin: 0 auto;
	padding-bottom: 30px;
}

.tab{
	background: none repeat scroll 0 0 #fff;
    border: 1px solid #c2c6cb;
    font-size: 12px;
    color: #ff6d3d;
  	display: inline-block;
    padding: 10px;
    text-transform: uppercase;
    width: 100px;
    /*float: left;*/
    margin: 10px 5px 0 5px;
    cursor: pointer;
}
.tab:hover{
    background: none repeat scroll 0 0 #ff6d3d;
    color:#fff;
}
.tab.disable{
    background: none repeat scroll 0 0 #cf5300;
    color: white;  
}

.result{
    margin: 15px 0;
}

#randStart,#reload{
	cursor: pointer;
	background: none repeat scroll 0 0 #ff6d3d;
    border: 1px solid #c2c6cb;
    font-size: 15px;
    color: #fff;
    padding: 10px;
    box-sizing: border-box;
    text-transform: uppercase;
    width: 90%;
    margin: 0 auto;
    max-width: 1000px;
}

#randStart:hover,#randStart:active,#reload:hover{
	background: none repeat scroll 0 0 #222;
    color:#fff;
}
#reload{
    margin-top: 30px;
    width: 50%;
}


#popUp{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(255,255,255,.9);
}
.pop-content{
    padding: 0px 20px;
    box-sizing: border-box;
    position: relative;
    font-size: 36px;
    top: 20%;
}
