/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Sep 30, 2018, 9:28:26 PM
    Author     : Development
*/

@media only screen and (max-width: 600px) {
    body {
        background-color: lightblue;
    }
}

.trigger {
    cursor: pointer;
}

.ui-draggable, .ui-droppable {
    background-position: top;
}
.ui-menu { width: 150px; }