﻿a.navbar-brand {
    white-space: normal;
    text-align: left;
    word-break: break-word;
}

a {
  color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.contents {
    margin-left: 15px;
    margin-right: 10px;
}

.footer {
  float: left;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}

.mediaItem {
    list-style-type: disc;
}

.centered {
    text-align: center;
}

.expander {
    display: block;
    list-style-type: none;
}

.expanded {
    vertical-align: top;
    margin-bottom: 0px;
    margin-top: 0px;
}

#mediaHolder, #mediaPrompt {
    text-align: center;
}

#mediaHolder {
    border: 2px solid black;
    padding: 0px;
    background-color: lightgray;
    margin-left: 20px;
    width: 800px;
    height: 450px;
}

#mediaPrompt {
    margin-top: 100px;
}

#mediaTitle {
    margin-left: 20px;
    margin-bottom: 5px;
    height: 20px;
}

#mediaTree {
    vertical-align: top;
    min-width: 280px;
    overflow-y: auto;
}

#picture {
    max-width: 796px;
    max-height: 446px;
}
