boyd, html {
    font-family: Helvetica,Arial,sans-serif ;
}

.scratch_cards_container {
    clear: both;
    width: 1125px;
    margin: 0 auto;
    padding: 0;
    overflow: hidden;
    position: relative;
}
#canvas, #overlay {
	position:absolute;
	top: 0px;
	left: 0px;
}
.no_cursor {
    cursor: none;
}
.pointer_cursor {
	cursor: pointer;
}
#overlay {
    z-index:2;
}
#underlay {
    z-index: -1;
    position: absolute;
    border: 1px solid #ddd;
    left: 0px;
    top: 20px;
    margin-top: auto;
    margin-left: auto;
    background-color: var(--rspca-blue);
}
.scratch_card.large {
    height: 493px;
    width: 908px;
}
.hide_cursor_image {
    display: none;
}
.scratch_card {
    float: left;
    margin: 10px;
    position: relative;
    height: 203px;
    width: 500px;
}
.controls {
    background-color: var(--rspca-blue);
    bottom: 0;
    min-height: 30px;
    min-width: 500px;
    position: absolute;
    text-align: right;
    color: #fff;
}
.scratch_card > .controls > .button {
    background-color: #333;
    float: left;
    margin: 5px;
    border: 1px solid #ddd;
    color: #fff;
    text-align: center;
    cursor: pointer;
}
.scratch_card > .controls > .button[selected=selected] {
    background-color: #fff;
    color: #333;
    border: 1px solid #333;
}
.scratch_card_container {
    width: 100%;
    max-width: 100%;
}
#canvas, #overlay {
	position:absolute;
	top: 0px;
	left: 0px;
}
.no_cursor {
    cursor: none;
}
.pointer_cursor {
	cursor: pointer;
}
#overlay {
    z-index:2;
}
.scratch_card.large {
    height: 493px;
    width: 908px;
}
.hide_cursor_image {
    display: none;
}
.scratch_card {
    float: left;
    margin: 10px;
    position: relative;
    height: 203px;
    width: 100%;
    padding-bottom: 80px;
}
.controls {
    background-color: var(--rspca-blue);
    bottom: 0;
    min-height: 30px;
    min-width: 500px;
    position: absolute;
    text-align: right;
    width: 1120px;
    left: 0px;
    margin-left: -60px;
    border: 1px solid #ddd;
}
.controls .thickness-selection {
    padding: 23px 10px;
    display: block;
}
.scratch_card > .controls > .button {
    border-top: 1px solid #96d1f8;
    background: var(--rspca-blue);
    box-shadow:none;
    padding: 17px 34px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
    -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
    text-shadow: rgba(0,0,0,.4) 0 1px 0;
    color: white;
    font-size: 21px;
    text-decoration: none;
    vertical-align: middle;
}

.scratch_card > .controls > .button:hover {
	background: #e45c2c;
}

/*.scratch_card > .controls > .button[selected=selected]  {
background: var(--rspca-blue);
	}*/
/*.scratch_card > .controls > .button {
    background-color: #333;
    float: left;
    width: 100px;
    margin: 5px;
    height: 20px;
    border: 1px solid #ddd;
    color: #fff;
    text-align: center;
    cursor: pointer;
}
.scratch_card > .controls > .button[selected=selected] {
    background-color: #fff;
    color: #333;
    border: 1px solid #333;
}*/
.scratch_card_test_results {
    width: 1000px;
    display: inline-block;
    margin: 10px 0px;
}
.percentbar { background:#CCCCCC; border:1px solid #666666; height:10px; margin-top: 10px; }
.percentbar div { background: var(--rspca-blue); height: 10px; }
select#brush-thickness {
    font-size: 20px;
    padding: 10px;
    font-weight: bold;
    width: 50px;
}
