  @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 gray;
    position: relative;
    margin-left: 1em;
}

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: 105px;
    height: 489px;
/*    border: 1px solid;*/
    top: 80px;
}
.drop_qstn{
}
.drop_ele{
       width: 105px;
    height: 74px;
   border-radius: 3px;
    border: 1px solid black;
    display: inline-block;
    vertical-align: top;
    position: relative;
    color: white;
    background-color: #D7E8FC;
    margin-top: 5px;
    padding-left: 1.5px;
    box-shadow: 0px 4px 0.5px white;
}
/*.drop_ele:hover{
    background-color:white;
    box-shadow: 0 0 1pt 1pt yellow;
}*/
.drag_cont {
    position: absolute;
    width: 100%;
    right: 0px;
    top: 10px;
}
.adr1
{
        left: 0px;
}
.adr2
{
        left: 120px;
}
.adr3
{
        left: 240px;
}
.adr4
{
    top: 85px;
        left: 120px;
}
.adr5
{
    top: 85px;
        left: 240px;
}
.adr6
{
    top: 170px;
        left: 240px;
}
.drag_items {
    position: absolute;
    float: right;
    background-color: #DD0000;
    margin-right: 10px;
    border-radius: 4px;
    border: 1px solid black;
    cursor: pointer;
    font-size: 1em;
    outline: 1px solid transparent;
    margin-bottom: 10px;
    color:white;
    box-shadow: 0px 0px 5px black;
}
.items {
    display: table-cell;
    vertical-align: middle;
      width: 105px;
    height: 72px;
    text-align: center;
}
.revert_drag{
    top:0px !important;
    left: 0px !important;
    color: white;
     outline: 1px solid transparent;
    border: 1px solid black;
    box-shadow: 0px 0px 5px black;
}
.drop_cont .drag_items{
    color: white;
    margin-right: 0px;
    margin-bottom: 0px;
}
/*.drop_cont .drag_active{
    box-shadow: 0 0 0pt 0pt yellow;
    background-color: #d8d8d8;
}*/
.check_ans {
    right: 10px;
    top: 2px;
    width: 160px;
    margin: auto;
    cursor: pointer;
    border: 1px solid;
    border-radius: 3px;
    text-align: center;
    position: absolute;
    background-color: #e0e0e0;
}
.check_ans:hover{
    background-color: #A8AAAA;
}
.check_ans_btn {
    display: table-cell;
    vertical-align: middle;
    width: 158px;
    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);
}