.li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

th {
  padding: 5px;
  border-bottom: 1px solid black;
}
tr:nth-child(even) {
  background: #f5f5f5; /* html whitesmoke */
}

.panel-body {
  padding: 0;
}
.list-group {
  margin-bottom: 0;
}
.blog-main {
  width: 75%;
}
.panel-group {
  margin-bottom: 5px;
}
.post-card {
  padding-top: 10px;
  padding-bottom: 10px;
}

#blog-side-bar {
  width: 22%;
  margin-left: 30px;
  box-shadow: 0 0 1em #888888;
}
#subscribe-button {
  color: #fff;
  background-color: #95cb15;
  margin-bottom: 10px;
  border-radius: 0px;
}

.form-control {
  border-radius: 0px;
  border-color: #000002;
}

.blog-main img {
  max-width: 100%;
}

.sidebar-module img {
  max-width: 100%;
}

@media (max-width: 1100px) {
  #blog-side-bar {
    width: 100% !important;
    margin-left: 0 !important;
    margin-top: 25px !important;
  }
  #main-blog-card {
    width: 100% !important;
    margin-left: 0px !important;
    margin-top: 25px !important;
  }

  #blog-headshot {
    display: block;
    margin: auto;
  }
}

.blog_button {
  background-color: #00364a;
  color: white;
  cursor: pointer;
  padding: 20px;
  margin-top: 2px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.blog_button.active,
.blog_button:hover {
  background-color: #01b8f1;
}

button.accordion {
  background-color: #00364a;
  color: white;
  cursor: pointer;
  padding: 20px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

button.accordion.active,
button.accordion:hover {
  background-color: #01b8f1;
}

div.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: 0.6s ease-in-out;
  opacity: 0;
  margin-bottom: 0px;
}

div.panel.show {
  opacity: 1;
  max-height: 500px;
}

.badge {
  padding: 1px 9px 2px;
  font-size: 12.025px;
  font-weight: bold;
  white-space: nowrap;
  color: #ffffff;
  background-color: #999999;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
.badge:hover {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.badge-error {
  background-color: #b94a48;
}
.badge-error:hover {
  background-color: #953b39;
}
.badge-warning {
  background-color: #f89406;
}
.badge-warning:hover {
  background-color: #c67605;
}
.badge-success {
  background-color: #468847;
}
.badge-success:hover {
  background-color: #356635;
}
.badge-info {
  background-color: #3a87ad;
}
.badge-info:hover {
  background-color: #2d6987;
}
.badge-inverse {
  background-color: #333333;
}
.badge-inverse:hover {
  background-color: #1a1a1a;
}

#main-comment {
  width: 100%;
  background-color: #f2eeef;
}
#reply-btn {
  color: #fff;
  background-color: #01b8f1;
  margin-bottom: 10px;
  border-radius: 0px;
  height: 35px;
  width: 100px;
}
.panel-body {
  padding: 0;
}

.list-group {
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 5px;
}
.post-card {
  padding-top: 10px;
  padding-bottom: 10px;
}
hr {
  display: block;
  position: relative;
  padding: 0;
  margin: 8px auto;
  height: 0;
  width: 100%;
  max-height: 0;
  font-size: 1px;
  line-height: 0;
  clear: both;
  border: none;
  border-top: 1px solid #aaaaaa;
  border-bottom: 1px solid #ffffff;
}
.custom {
  color: darkblue;
  font-size: 15px;
}
textarea {
  margin-top: 15px;
  width: 100%;
  border: 1px solid black;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
  box-sizing: border-box; /* Opera/IE 8+ */
}
