﻿* {
    -ms-scroll-chaining: none;
}

body {
    background-color: Green;
	padding: 0px;
    margin: 0px;
	/*touch-action:none;
	-ms-touch-action:none;*/
}

.dragWrapper {
    /*border: 10px inset black;*/
    min-height: 530px;
    overflow: hidden;
    width: 100%;
    top: 0;
    left: 0px;
}

#zone {
    position: absolute;
}

}
.ui-body-c, .ui-overlay-c {
  background: Green;
  color: #333333;
  text-shadow: none;
}

a {
    color: #00ffff;
}

.hidden {
    display: none;
}

.empty {
    background-color: Green;
    border-radius: 5px;
    box-shadow: 1px 1px 5px #101010;
/*    -mox-box-shadow: 1px 1px 5px #101010;
*/}

.card {
    border-radius: 5px;
    box-shadow: 1px 1px 5px #101010;
/*    -mox-box-shadow: 1px 1px 5px #101010;
*/}

#winner {
    border-radius: 10px;
    box-shadow: 0px 0px 15px #00f000;
    cursor: pointer;
    display: none;
    height: 150px;
    left: 100px;
/*    -moz-border-radius: 10px;
    -moz-box-shadow: 0px 0px 15px #00f000;
*/    position: absolute;
    top: 100px;
    width: 400px;
    z-index: 1000;
}
#winner div {
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 150px;
    font-family: 'Century Gothic', Arial;
    font-size: 3em;
    color: #000;
    text-shadow: 2px 2px 4px #030;
    background-color: #00f000;
    border-radius: 10px;
    box-shadow: inset 0px 0px 10px #404040;
/*    -moz-border-radius: 10px;
    -moz-box-shadow: inset 0px 0px 10px #404040;
*/}
