
body {
  min-height: 500px;
}

.navbar-static-top {
    margin-bottom: 19px;
    position : static;

}



.feedbackBlueContainerdiv {
    top: 2px;
}


.feedbackalertdiv {
	background-color: rgba(217,237,247,0.98);
    position : absolute;
    left: 0px;
    top: 2px;
    height: auto;
    display: table;
    border: none;
    z-index: 2;

}



.feedbackCentred p {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    /*line-height: 1.3;*/
}


.feedbackLeft p {
    display: table-cell;
    vertical-align: left;
    text-align: left;
}




body.dragToMove, body.dragToMove *{
    cursor: move !important;
}


#highlighted_div {
    /*height: 200px;*/
    width: 200px;
}


#highlighted {
    /*height: 200px;*/
    width: 200px;
    background-color: powderblue;
    opacity: 0.9;

}






