.navbar {background-color: white;}

/* Footer */

footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

footer p {
  margin-bottom: .25rem;
}

.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
}
.pagetop a {
    display: block;
    background-color: #ccc;
    text-align: center;
    color: #222;
    font-size_bk: 12px;
    text-decoration: none;
    padding: 5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.pagetop a:hover {
    display: block;
    background-color: #b2d1fb;
    text-align: center;
    color: #fff;
    font-size_bk: 12px;
    text-decoration: none;
    padding:5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }

#block-window {
  overflow : auto;
  max-height : 900px;
}

#content{
  word-break : break-all;
}

/*
small a:link {
  color: #000000;
  text-decoration: none;
}
small a:visited {
  color: #000000;
  text-decoration: none;
}
small a:hover {
  color: #000000;
  text-decoration: none;
}

td a:link {
  color: #000000;
  text-decoration: none;
}
td a:visited {
  color: #000000;
  text-decoration: none;
}
td a:hover {
  color: #000000;
  text-decoration: none;
}
*/

h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

*{
  word-break: normal !important;
}
