
a:link {
  text-decoration: none;
}  

a:visited {
  text-decoration: none;
}  
 
.well-black{
  background-color: #000000;
  border-color: #000000 #000000;
}

.well-white{
  background-color: #ffffff;
}

.well-xs {
  padding: 4px;
  border-radius: 3px;
}

.well-1px{
   margin-bottom:1px;
 }

 .well-2px{
   margin-bottom:2px;
 }

 .well-4px{
   margin-bottom:4px;
 }

 .well-8px{
   margin-bottom:8px;
 }


.text-black {
  color: #000000;
}

.text-white {
  color: #ffffff;
}

.text-red {
  color: #ff0000;
}

.text-green {
  color: #00dd00;
}

body{
  padding-top: 20px;
}

div.bg-black{
  background-color: #000000;
  border-style: none;
}

div.bg-white{
  background-color: #ffffff;
  border-style: none;
}

div.bg-gray{
  background-color: #c0c0c0;
  border-style: none;
}
  
@media (max-width: 767px) {
  div.fixed-top {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 1035;
  }
  div.fixed-bottom{
    position: fixed;
    top: auto;
    margin-bottom: 0px;
    bottom: 0px;
    width: 100%;
    z-index: 1032;
  }
}

@media (min-width: 768px) {
  div.fixed-top {
    position: fixed;
    top: 0px;
    width: inherit;
    z-index: 1035;
  }
  div.fixed-bottom{
    position: fixed;
    top: auto;
    margin-bottom: 0px;
    bottom: 0px;
    width: inherit;
    z-index: 1032;
  }
}
