body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, Garuda, sans-serif;
}

p {
    margin: 0 0 10px 0;
}

div#puzzle-title {
    background: url('../imgs/layout/puzzle.jpg') no-repeat scroll center top transparent;
    height: 158px;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 35px;
}

div.puzzle-container {
    background: url('../imgs/layout/background-pages.png') no-repeat scroll right bottom transparent;
    display: table;
    margin: auto;
    position: relative;
    padding-bottom: 70px;
}

div.puzzle-container div#menu {
    background: url("../imgs/layout/menu-bg.png") repeat scroll 0 0 transparent;
    height: 210px;
    left: 269px;
    position: absolute;
    text-align: center;
    top: 275px;
    width: 300px;
    z-index: 9999;
    display: none;
}

div.puzzle-container div#setsBox {
    background: url("../imgs/layout/menu-bg.png") repeat scroll 0 0 transparent;
    display: block;
    left: 65px;
    padding: 10px;
    position: absolute;
    text-align: center;
    top: 280px;
    width: 675px;
    z-index: 9999;
}

div.puzzle-container div.set-wrapper {
    float: left;
    max-width: 225px;
    margin-bottom: 15px;
}

div.puzzle-container div#setsBox div.set-wrapper img.set {
    padding: 10px;
}

div.puzzle-container div#setsBox div.set-wrapper img.set:hover {
    cursor: pointer;
}

div.puzzle-container div#setsBox div.set-wrapper img.set.selected {
    background: #1294C1;
}

div.puzzle-container div#setsBox div.set-wrapper p.set-caption {
    margin-top: 15px;
    font-weight: 700;
    text-align: center;
    font-size: 15px;
    color: #0b07b3;
}

div.puzzle-container div#setsBox input.jPuzzle-playButton {
    clear: both;
    margin: 0 auto 15px auto;
    display: block;
}

div.puzzle-container input[type='button'] {
    background: #006699;
    padding: 0;
    height: 40px;
    width: 195px;
    border: solid 2px #fff;
    color: #fff;
    font-size: 17px;
    margin: 30px 0;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    cursor: pointer;
}

div.puzzle-container input[type="button"]:hover {
    background: #1CA1CB;
}

div.puzzle-container input[type="text"] {
    border: 1px solid #006699;
    font-size: 13px;
    font-weight: bold;
    height: 20px;
    padding: 5px;
    width: 100px;
}


div.puzzle-container div#win {
    background: url("../imgs/layout/menu-bg.png") repeat scroll 0 0 transparent;
    color: red;
    display: none;
    font-weight: bold;
    height: 132px;
    left: 269px;
    padding-top: 42px;
    position: absolute;
    text-align: center;
    top: 318px;
    width: 300px;
    z-index: 9999;
}

div#options {
    float: right;
}

div#options input[type='button'] {
    margin: 0;
}

div.puzzle-container div#puzzle-border {
    background: #f2f0f0;
    padding: 25px;
}

div#timer {
    float: left;
}

div#timer input[type='button'] {
    margin: 0;
}

/*Preview*/
div.puzzle-set-preview-container {
    width: 760px;
    margin: 0 auto 25px auto;
    display: none;
}

div.puzzle-set-preview-container > h2 {
    margin: 0 0 25px 0;
    text-align: center;
    font-size: 22px;
    text-transform: uppercase;
    color: #0706aa;
}

div.puzzle-set-preview-container > div.puzzle-set-preview {
    -webkit-box-shadow: 1px 8px 34px -3px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 1px 8px 34px -3px rgba(0, 0, 0, 0.75);
    box-shadow: 1px 8px 34px -3px rgba(0, 0, 0, 0.75);
}

/*Puzzle pieces box*/
.jPuzzle-box {
    display: inline-block;
    left: 0;
    top: 0;
    position: relative;
    width: 356px;
    height: 463px;
    background: #199dc8;
}


/*The whole game*/
.jPuzzle-game {
    background-color: #199dc8;
    margin-bottom: 10px;
    overflow: hidden;
}

/*Container of the puzzle*/
.jPuzzle-container {
    background: none repeat scroll 0 0 #FFFFFF;
}

/*span with the image as background*/
.jPuzzle-image {
}

/*Style applied when a piece moves over a droppable location*/
.jPuzzle-location-hover {
    background: #F2F0F0;
}

/*Footer bar*/
.jPuzzle-infos {
    text-align: center;
    padding-top: 7px;
    display: none;
    overflow: hidden;
}

/*Buttons*/
.jPuzzle-infos input {
    margin: auto;
    margin-top: 2px;
    margin-bottom: 2px;
}

/*span containing the elapsed time*/
.jPuzzle-time {
    background: transparent;
    display: block;
    padding: 5px;
    color: #fff;
    font-family: 'Leckerli One', cursive;
    margin-left: 10px;
    overflow: hidden;
}