body {

}
input[type=text] {
	width: 70px;
	border-radius: 5px;
	padding: 5px;	
	border: 1px solid #ccc;
	margin: 5px;
}
nav {
	border-bottom: 1px solid #c00;
}
.bg-light {
	background-color: #fff!important;	
}
.navbar-light .navbar-brand {
	font-family: 'Spectral SC', serif;	
	color: #c00;
}
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color: #000;
}

.btn-primary {
    color: #fff;
    background-color: #c00;
    border-color: #c00;
    width: 100px;
    border-radius: 20px;
    margin: 0px auto 20px;
}
main.container {
	padding: 10px 0 0 0;
	text-align: center;	
}
.result-container {
	max-height: 300px;
    overflow: auto;
    overflow-x: hidden;
}
.seq_sum {
	border: 1px solid #c00;
    border-radius: 10px;
    display: block;
    box-sizing: border-box;
    padding: 5px 20px;
    width: 100px;
    margin: 10px auto;
}


.dice{
	display: inline-block;
	width: 100px;
	height: 100px
}
.dice img{
	height: 100%;	
}
#resultVal.animating .dice img {
		
}
.dice-break {
	margin: 10px;
}
.dice.d20{
    width: 100px;
    height: 100px;
    color: #fff;
    background-size: 100%;
    background-image: url(../images/dice/d20.png);
    font-size: 18px;
    padding: 40px 0 0;
	background-repeat: no-repeat;	
}
.dice.d12{
    width: 85px;
    height: 85px;
    color: #fff;
    background-size: 100%;
    background-image: url(../images/dice/d12.png);
    font-size: 18px;
    padding: 30px 0 0;
    background-repeat: no-repeat;	
}
.dice.d4{
	width: 70px;
    height: 70px;
    color: #fff;
    background-size: 100%;
    background-image: url(../images/dice/d4.png);
    font-size: 18px;
    padding: 25px 0 0;
    background-repeat: no-repeat;
    margin: 0 10px 0 0;
}
.dice.d8{
    width: 80px;
    height: 80px;
    color: #fff;
    background-size: 100%;
    background-image: url(../images/dice/d8.png);
    font-size: 18px;
    padding: 25px 0 0;
    background-repeat: no-repeat;
    margin: 0 10px 0 0;
}
.dice.d10{
	width: 80px;
    height: 90px;
    color: #fff;
    background-size: 100%;
    background-image: url(../images/dice/d10.png);
    font-size: 18px;
    padding: 8px 0 0 5px;
    background-repeat: no-repeat;
    margin: 0 10px 0 0;
}
.roll-group{
	margin: 0 0 5px 0;
    border-bottom: 1px solid #eee;
    padding: 5px;
	min-height: 100px;
}
#resultVal.animating .roll-group {
	opacity: 0.6;	
}
.roll-group .numbers {
	font-size: 48px;	
}
.roll-options {
    max-width: 600px;
    margin: 0 auto;	
}
.roll-options label {
	display: block;	
	font-size: 14px;
}

@media (max-height:600px){
	.result-page-right h1 {
		display: none;	
	}
}

.google_ad {
    margin: 10px;
	display : block;	
}

