/* Fixes for navbar overlapping top of content and sticky footer css /*  */

body {
  padding-top: 60px;
}

.top-sidebar-panel {
  margin-top: 20px;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}

#footer {
  position: absolute;
  /*margin-left: -15px;*/
  bottom: 0;
  width: 100%;

  /* Set the fixed height of the footer here */
  /*height: 60px;*/
  background-color: #d3d3d3;
  text-align:center;
}

body > .container {
  padding: 60px 15px 0;
}

#footer > .container {
  padding-top: 20px;
}

#bottomlinks {
       
        width: 100%;
        height: 90;
        padding-top: 1px;
        background-color: #0ca5af;
        text-align: center;
}
#bottomlinks ul {display: inline;margin-left: -45px;} 
#bottomlinks ul li { display: inline;}
#bottomlinks ul li a {

        display: inline;
        padding:10px;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 18px;
        font-weight: normal;
        color: #FFFFFF;
        /*border-bottom:1px dotted;*/
        text-shadow: 1px 2px #000000;
        text-decoration: none;

}
#bottomlinks  a:hover { 
        color: #FFFF00;
}

