/*
    Document   : selection
    Created on : Jun 1, 2014, 10:52:16 PM
    Author     : jonathan.muschalle
    Description:
        Purpose of the stylesheet follows.
*/

.overlay-project {
    background:white;
    width:250px;
    height:250px;
    border-radius:15px;
    opacity:0;
    top:0;
    position:absolute;

}

.title-project {
    bottom:15px;
    position:absolute;
    font-size: 15px;
    font-weight: normal;
    font-family: Trebuchet MS;
    width:180px;
    left:15px;
    opacity:0;
}

.selection_line {
    margin:0;
}

/*
body { overflow-x: hidden; overflow-y: auto;}
html {overflow-x: hidden; overflow-y: auto;}
.selection { overflow: hidden; overflow-y: auto;}
*/
