/**The main stylesheet for the life forms tool*/


/**Hide the overflow from the form (the North and South input boxes have wide right margins)*/
#main_wrap{
    overflow: hidden;
}

/**Remove bullet points from ul elements*/
ul {
    list-style: none;
}

/**Dataset title checkbox and label styling*/
input[type="checkbox" i] {
    margin: 3px 3px 3px 4px;
}

.big-label{
    font-size: 1.25em;
}

/**Height of Leaflet Interactive Map*/
#mapid { height: 400px; }
