
h2 {
    color:#12B0E7;
    margin-top:5px;
}
h3 {
    color:#12B0E7;
    margin-top:5px;
    font-family: arial, sans-serif;
}
#backgroundImage {
    background-image: url('../images/bg-image-1920.jpg');
    height: 100%;
    background-size: cover;
}

.centered-content {
	margin:0 auto;
	width:800px;	
}

.content-row{
	margin-top:30px;
	width:100%;
	float:left;
	min-height:100px;
}

.row-item-left{
	background-color:white;
	min-height:100px;	
	float:left;
	width:385px;
}

.row-item-right{
	background-color:white;
	min-height:100px;	
	float:right;
	width:385px;
}

.single-row-item{
	background-color:white;
	width:100%;
	min-height:100px;
    max-height:500px;
    overflow-y:auto;
	margin-top:20px;
	float:left;
}

.item-header {
    font-weight:700;
    font-size:16px;
}
.group-header {
    font-weight:700;
    font-size:15px;
}

.logo-image{
	width:340px;
	height:130px;
	padding:20px;
}
.pin-code{
	width:260px;
	height:100px;
	padding:20px;
    float:left;
}
.server-version {
    padding:20px 20px 0 20px;
}
.server-buttons {
    padding:0 20px 20px 20px;
    width:100%;
}
.event-log {
    padding:20px 20px 20px 20px;
    width:100%;
}

.qrCodeImage {
    width:120px;
    height:130px;
}

.link-button {
    color:#2D2D2D;
    font-weight:500;
    font-size:15px;
    padding:0 2px 0 2px;
}

#AndroidLink, #AndroidNgLink {
    padding:20px;
}


/*@media (min-width: 786px) {

    #centered-content{
	    margin:0 auto;
	    width:960px;	
    }
    .row-item-left{
	background-color:white;
	min-height:100px;	
	float:left;
	width:470px;
    }

    .row-item-right{
	    background-color:white;
	    min-height:100px;	
	    float:right;
	    width:470px;
    }
    .logo-image{
	    width:340px;
	    height:130px;
	    padding:20px 65px 0 65px;
    }
    .pin-code{
	    width:340px;
	    height:100px;
	    padding:20px;
        float:left;
    }
   
}*/













