/*  #delete-btn { */
/*             display: block; */
/*             margin: 10px auto; */
/*             padding: 10px; */
/*             background-color: red; */
/*             color: white; */
/*             border: none; */
/*             cursor: pointer; */
           
/*         } */
 
 
 .img-responsive {
  max-width: 100%;
  height: auto;
  display: block;
}
 
 .draggable {
            cursor: pointer;
        }
        .selected {
            stroke: blue !important;
            stroke-width: 4 !important;
            
        }
        .selected-connection {
            stroke: red !important;
            stroke-width: 4 !important;
        }
        #delete-btn   {
            
           
/*             padding: 10px; */
            background-color: red;
            color: white;
            border: none;
            cursor: pointer;
        }
        
     #btnVideo {    	
            background-color: red;
            color: white;
            border: none;
            cursor: pointer;
     
     }   
        
        .dot {
            fill: blue;
            stroke: none;
        }



#div1 {
  width: 600px;
  height: 670px;
  padding: 10px;
  border: 1px solid #aaaaaa;
}
#imgb1{
	background-image: url("images/b1.jpg");
	 background-color: #cccccc;
}

 #questionDiv{}
.QueHead{font-size: 18px;
      font-size: 22px;
    font-weight: bold;
    color: #fff;
    background-color: #333;
    margin: 5px 0;
    border-radius: 10px;
    padding: 10px 0;
    font-family: Cambria, Georgia, serif;
	}

#questionDiv .queTitle {
	padding-left: 20px;
    font-size: 18px;
    font-weight: bold;
    margin: 15px 0;
}



#testSubmit:hover{
	background-color: #05aaa5
}

#testSubmit:active {
	background-color: #05aaa5;
	box-shadow: 0 5px #666;
	transform: translateY(4px);
}
footer {
	background: rgb(125,176,169);
background: linear-gradient(90deg, rgba(125,176,169,1) 0%, rgba(78,109,114,1) 31%, rgba(33,44,62,1) 100%);
	padding: 2px 10px;
	border-top: 5px solid #2a333c;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}