#_jitter,#_tabsize, #_seed {
	display: none;
}

.cornerradius, .tiles, .size {
    padding-top: 2px;
    display: inline-grid;
    text-align: center;
    font-weight: 600;
    margin: auto !important;
}

#display_img {
    position: absolute;
    opacity: 0.5;
    width: 100%;
    height: 100%;
}

.puzzlecontainers {
    position: relative;
    margin-top: 20px;
    display: inline-block;
}

#puzzlecontainer {
    position: relative;
    z-index: 100;
}

.puzzlemakertable, .tabsize, .jitter {
    margin: auto;
}

.puzzlemakertable {
    background: #222;
    border: 1px solid #777;
    border-radius: 10px;
	font-variant: small-caps;
	font-size: 18px;
}

.puzzlemakertable input {
    text-align: center;
}

.tabsize, .jitter {
    display: grid;
    text-align: center;
    margin: 30px 0px;
}

.puzzlemakertable label {
    margin: 10px;
}

#radius {
    width: 30%;
    margin: 0px auto 10px auto;
}

#jitter::-moz-range-thumb, #tabsize::-moz-range-thumb, #seed::-moz-range-thumb {
    background: #00c4cc;
}

#seed, #jitter, #tabsize {
    background: #fff;
    height: 2px;
}

@media (max-width: 767px) {
	.puzzlemakertable {
		width: 90%;
	}
}
