/*!
 * Global styles for Golf project
 */
html{
    height: 100%;
}

body {
    padding-bottom: 200px;
    position:relative;
    min-height: 100%;
}

footer{
    position: absolute;
    bottom: 0;
    width: 100%;
}

body > div.container{
    padding-top: 30px;
}

span.btn{
    position:relative;
}
span.btn .dropdown-menu{
    min-width: 2rem;
}
span.btn .dropdown-menu li{
    margin:0.5rem;
}
