body {
  font-family: 'Source Sans Pro', Helvetica, sans-serif;
  font-style: normal;
}

h1, h2, h3, h4 {
  font-weight: bold;
}

h3 {
  font-size: 1.4rem;
}

h4 {
  font-size: 1rem;
}

code {
  color: black;
}

.container {
  padding: 10px;
}
.top-header {
  width: 100%;
}
.top-header a {
  color: inherit; /* blue colors for links too */
  text-decoration: inherit; /* no underline */
}
.top-header .tvnews-icon {
  vertical-align: top;
  margin-top: 1px;
  width: 24px;
  height: 24px;
  margin-right: 4px;
}

.bottom-footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: auto;
  padding-left: 10px;
  padding-bottom: 5px;
  padding-top: 5px;
  padding-right: 5px;
  background-color: white;
}
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}
.nowrap {
  white-space: nowrap;
}
.btn:focus, .btn:active {
  outline: none !important;
  box-shadow: none;
}
.form-control:focus, .form-control:active {
  border: 1px solid #ced4da !important;
  outline: none !important;
  box-shadow: none;
}

