.fixed-top {
  position: relative!important;
}

.starter-template {
  padding: 3rem 1.5rem;
    text-align: left;
}

.card{
    margin-bottom:20px!important;
}

.passage{
    
}

.passage h4{
    
}

.passage i{
    padding-bottom: 5px;
    color: gray;
}

.passage p{
    border-bottom: 1px solid #000;
    padding: 10px 0;
}

/* Comments */

.delcom{
    display:none;
}

.comment-wrapper .panel-body {
    max-height:650px;
    overflow:auto;
}

.comment-wrapper .media-list .media img {
    width:64px;
    height:64px;
    border:2px solid #e5e7e8;
}

.comment-wrapper .media-list .media {
    border-bottom:1px dashed #efefef;
    margin-bottom:25px;
}
.container{
    padding: 0px!important;
}
.small-circle{width: 30px; height: 30px; background-color: green; border-radius: 50%; padding: 1%; text-align: center; color: #fff; font-size: 0.7em; margin-right: 5px; display:block }
.big-circle{width: 60px; height: 60px; background-color: green; border-radius: 50%; padding: 2%; text-align: center; color: #fff; font-size: 1.7em; margin-right: 15px; display:block }

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.pull-right{
    float: right;
}
.pull-left{
    float: left;
}

.circle {
  display: inline-block;
  background-color: lightgray;
  margin: 5px 20px 5px 0;
  border-radius: 50%;
}

.circle-inner {
  color: white;     
  display: table-cell;
  vertical-align: middle; 
  text-align: center;
  text-decoration: none;
  height: 60px;
  width: 60px;  
  font-size: 20px;
}

.circle-small {
  display: inline-block;
  background-color: lightgray;
  margin: 3px;
  border-radius: 50%;
}

.circle-inner-small {
  color: white;
  display: table-cell;
  vertical-align: middle; 
  text-align: center;
  text-decoration: none;
  height: 30px;
  width: 30px;  
  font-size: 10px;
}