body {
  clear: both;
  margin: 0;
  background: url(../images/question_background.jpg) no-repeat center center;
  background-size: 1370px 840px;
}

.container
{
  background-color: rgba(256,256,256,0.9); 
  margin-top: 10%;
} 

h1, h2, h3, h4, p {
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

p
{
  padding-left: 5%;
}

.dialog_text
{
  font-size: 1.5em;
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
    display: none;
}

.ui-dialog
{
  resize: none !important;
  width: 500px !important;
  height: 500px !important;
  border-color: #b3b3b3 !important;
}

#rightdiv
{
  /*margin-top: 100px;*/
}

#wrongdiv
{
  /*margin-top: 100px;*/
}

a
{
  color: white !important;
  text-decoration: none !important;
  display: block;
}

a:hover, a:active
{
  color: white !important;
  text-decoration: none !important;
}

.btn_pos
{
  float: right;
  margin-right: 5%;
  margin-top: 10%;
}

.closebtn
{
    background-color: #d9534f !important;
    border-color: #d43f3a !important;
}

#right_ans
{
  cursor: pointer;
}

#wrong_ans1
{
  cursor: pointer;
}

#wrong_ans2
{
  cursor: pointer;
}

#wrong_ans3
{
  cursor: pointer;
}
