@charset "utf-8";
/* CSS Document */


/*  Affixing the top navbar to the top of the viewport  */
#nav.affix {
    position: fixed;
    top: 0;
    width: 97%;
    z-index:10;
}

/* CAROUSEL */
/*
*/
    #slider { 
        margin: 0px auto; 
        position: relative; 
        width: 100%; 
/*        box-shadow: 0 0 20px rgba(0,0,0,0.4); */
    }

    #slider img {
        height: auto;
        max-width: 100%!important;
    }

    #slider > div { 
        position: absolute;   
    }
/* nav-wrapper to fix problem with "affix" */
.nav-wrapper, .nav .navbar{
	height: 45px;
}
.table-mybordered,
.table-mybordered td,
.table-mybordered th {  border: black 2px solid; font-size: 93%;
}
/* Customizing the bullets for unordered lists */
.mybullets li {
    display: block;
}
.mybullets li:before {
    /*Using a Bootstrap glyphicon as the bullet point */
    content: "\e104";
    font-family: 'Glyphicons Halflings';
    font-size: 9px;
    float: left;
    margin-top: 4px;
    margin-left: -17px;
    color: #505050;
}
.imageleft { float: left; margin: 0 1.5em 1.5em 0;
}
.imageright { float: right; margin: 0 0 1.5em 1.5em;
}