body {
  padding-top: 60px;
  font-family: "Whitney SSm A", "Whitney SSm B", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.7;
  color: #303030;
}

.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}

.theme-showcase .navbar .container {
  width: auto;
}

#container ul {
  padding: 0;
  list-style-type: square;
  list-style-image: url(../images/BulletSquare.png);
  list-style-position: outside;
  margin-top: 0.2em;
  margin-right: 0;
  margin-bottom: 0.2em;
  margin-left: 2em;
}

.entry {
  margin: 0 0 20px 0;
  background-color: #c4eeff;
  padding: 2px 15px;
  box-shadow: 3px 3px 0 #ddd;
}

.highlight {
  padding: 9px 10px;
  margin-bottom: 14px;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  border-radius: 4px;
}

.addthis_center
{
  max-width: 320px;
  margin: 0pt auto;
}

@media (min-width: 375px) {
    .addthis_center
    {
      max-width: 375px;
    }
}

@media (min-width: 400px) {
    .addthis_center
    {
      max-width: 400px;
    }
}

.category {
  padding-bottom: 15px; 
}

.category h4 {
  font-size: 22px;
  padding-top: 0px;
}

.category a {
  color: #303030;
}

h3 {
  border-bottom: 1px solid #0075a2;
  padding: 12px 0 7px 0;
  color: #37455C;
}

h4, h5, h6 {
  padding: 12px 0 7px 0;
}

h4 {
  color: #31708f;
}

h5 {
  font-weight: 600;
}

/*
 *  Table - for tablulating data
 */
table.table-data {
  margin: 12px auto;  /* auto (browser decides) on margin left & right, and text-aling center centralize the table */
  text-align: center;
  vertical-align: top;
  border: 0;
  border-collapse: separate;
  border-spacing: 2px;
}
table.table-data tr {           /* default for all rows */
  background-color: #c4eeff;  /* light blue */
}
table.table-data tr.table-row-alt {  /* different color on alternate row */
  background-color: #e2f6ff;       /* lighter blue */
}
table.table-data td {
  padding: 2px 10px;
  text-align: left;
  vertical-align:top;
}
table.table-data td.td-center {
  padding: 2px 10px;
  text-align:center;
  vertical-align:top;
}
table.table-data th {
  color: #ffffff;          /* white text on dark background */
  background-color: #007dad;
  padding: 4px 10px;       /* more top & bottom padding for header cell */
  text-align:center;
}

.label {
  padding: .1em .2em .1em .3em;
  font-size: 95%;
  font-weight: 600;
}

.content-left {
  padding-left: 0px;
  padding-right: 7px;
}

.content-right {
  padding-left: 7px;
  padding-right: 0px;
}

@media (max-width: 768px) {
  .content-left {
    padding-left: 0px;
    padding-right: 5px;
  }

  .content-right {
    padding-left: 0px;
    padding-right: 5px;
  }
}

.example {
  font-weight: 700;
  color: #959595;
  letter-spacing: 1px;
  font-size: 16px;
}

.folder-style {
  color: #303030;
  background-color: #f3f3f3;
  border: solid 1px #dcdcdc;
  padding: 2px 4px;
  font-size: 90%;
  white-space: nowrap;
  border-radius: 0;
}

kbd {
  background-color: #3B5998;
  box-shadow: none;
  -webkit-box-shadow: none;
  font-weight: 600;
}