  @font-face {
	font-family: 'Arial';
	src: url('../fonts/gothic/century_gothic.eot');
	src: url('../fonts/gothic/century_gothic.eot?#iefix') format('embedded-opentype'),
		url('../fonts/gothic/century_gothic.woff') format('woff'),
		url('../fonts/gothic/century_gothic.ttf') format('truetype'),
		url('../fonts/gothic/century_gothic.svg#ArialMT') format('svg');
	font-weight: normal;
	font-style: normal;
}
#main_cont {
    height: 600px;
    width: 800px;
    background-color: #dcdcdc;
    border: 1px solid;
    position: relative;
}

body {
    overflow: hidden;
    margin: 0px;
    font-family:'Arial';
}

#container {
    position: relative;
    width: 100%;
    background-color: #666666;
    background-image: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 570px;
    top: 30px;
}

.drop_cont {
    position: relative;
    width: 87%;
    height: 570px;
}
.drop_qstn{
}
.drop_ele{
    width: 120px;
    height: 50px;
    background-color: #d8d8d8;
    border-radius: 5px;
    border: 1px solid black;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    color: white;
}
/*.drop_ele:hover{
    background-color:white;
    box-shadow: 0 0 1pt 1pt yellow;
}*/
.drag_cont {
    position: absolute;
    width: 100%;
    right: 0px;
    top: 10px;
}
.drag_items {
    float: right;
    background-color: #cacaca;
    margin-right: 10px;
    border-radius: 4px;
    border: 1px solid;
    cursor: pointer;
    font-size: 1em;
    outline: 1px solid transparent;
    margin-bottom: 10px;
}
.items {
    display: table-cell;
    vertical-align: middle;
    width: 118px;
    height: 48px;
    text-align: center;
}
.revert_drag{
    top:0px !important;
    left: 0px !important;
    color: black;
}
.drop_cont .drag_items{
    color: black;
    margin-right: 0px;
    margin-bottom: 0px;
}
/*.drop_cont .drag_active{
    box-shadow: 0 0 0pt 0pt yellow;
    background-color: #d8d8d8;
}*/
.check_ans {
    right: 10px;
    bottom: 6px;
    width: 120px;
    margin: auto;
    cursor: pointer;
    border: 1px solid;
    border-radius: 3px;
    text-align: center;
    position: absolute;
    background-color: #e0e0e0;
}
.check_ans:hover{
    background-color: #b3b2b2;
}
.check_ans_btn {
    display: table-cell;
    vertical-align: middle;
    width: 150px;
    height: 25px;
    font-size: 0.9em;
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
}

.score_cont {
    top: 0px;
    left: 0px;
    width: 330px;
    height: 170px;
    border: 1px solid;
    position: absolute;
    background-color: #dbdbdb;
    display: none;
}

.score {
    width: 100%;
    height: 140px;
    position: relative;
    background-color: white;
}

.score_head {
    height: 30px;
    padding-left: 5px;
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.score_txt {
    width: 330px;
    height: 105px;
    color: #0099ff;
    padding: 0px 10px;
    font-weight: bold;
    text-align: center;
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.score_btn_cont {
    width: 100%;
    height: 35px;
}

.score_btn {
    border: 1px solid;
    width: 80px;
    height: 20px;
    font-size: 0.9em;
    cursor: pointer;
    border-radius: 3px;
    text-align: center;
    display: table-cell;
    user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    vertical-align: middle;
    background-color: #e0e0e0;
}
.score_btn:hover{
    background-color: #b3b2b2;
}
.dragover{
    background-color: white;
    box-shadow: -0.2px 0px 3px 3px rgba(250,239,30,0.6);
    -webkit-box-shadow: -0.2px 0px 3px 1px rgba(250,239,30,0.8);
    -moz-box-shadow: -0.2px 0px 3px 1px rgba(250,239,30,0.8);
}