/* Add here all your CSS customizations */
div.home {
    width: 30%;
    padding-bottom: 30%; /* = width for a square aspect ratio */
}

.square {
    float: left;
    position: relative;
    width: 30%;
    padding-bottom: 30%; /* = width for a 1:1 aspect ratio */
    margin: 1.66%;
    background-color: black;
    overflow: hidden;
    text-align:center;
    vertical-align:central;
}

.content {
    position: absolute;
    height: 100%; /* = 100% - 2*5% padding */
    width: 100%; /* = 100% - 2*5% padding */
    padding: 5%;
    color:white;
}

.table {
    display: table;
    width: 100%;
    height: 100%;
}

.table-cell {
    display: table-cell;
    vertical-align: middle;
}
/*  For list */
ul {
    text-align: left;
    /*margin: 5% 0 0;*/
    padding: 0;
    list-style-position: inside;
}

li {
    margin: 0 0 0 0;
    padding: 0;
}



table, th, td {
    border: 1px solid black;


}

th, td {
    padding: 5px;
    text-align: left;
}

/*  For responsive images */

.content .rs {
    width: auto;
    height: auto;
    max-height: 90%;
    max-width: 100%;
}
/*  For responsive images as background */

.bg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; /* you change this to "contain" if you don't want the images to be cropped */
    color: #fff;
}

.img1 {
    background-image: url('https://farm3.staticflickr.com/2827/10384422264_d9c7299146.jpg');
}

.img2 {
    background-image: url('https://farm7.staticflickr.com/6217/6216951796_e50778255c.jpg');
}

.darker {
    background-color: black;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    color:white;
    border-color: black;
}

    .darker:hover {
        border-color: rgba(11,127,118,1.0) !important;
        background-color: rgba(11,127,118,1.0);
        color: white;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    }

.datepicker table tr td.active.highlighted {
    background: #000;
}

.datepicker table tr td.today {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.8);
    border-color: rgba(11,127,118,1.0);
}


/* Chat UI*/
.list-group {
    margin-bottom: 0;
}

 .panel-title {
    display: inline
}

 .label-info {
    float: right;
}

li.list-group-item {
    border-radius: 0;
    border: 0;
    border-top: 1px solid #ddd;
    background: rgba(11,127,118,1.0);
}

   li.list-group-item:hover {
        background-color: black;
    }

.list-group-item {
    background: lightgray;
    color: white;
}

    .list-group-item:nth-child(odd) {
        background: rgba(11,127,118,1.0);
    }

}


 .mic-info {
    color: #666666;
    font-size: 11px;
}

 .white{
     background-color:white;
 }

.widget .action {
    margin-top: 5px;
}

 .comment-text {
    font-size: 12px;
}

.widget .btn-block {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.date{
    color:white;
}

.no-pad{
    padding:0;
}


.avatar {
    vertical-align: middle;
    width: 60px;
    height: 60px;
    border-radius: 50%;

    background-color: rgba(11,127,118,1.0);
    position: relative;
}

.Aligner {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

.Aligner-item {
    max-width: 50%;
}

.Aligner-item--top {
    align-self: flex-start;
}

.Aligner-item--bottom {
    align-self: flex-end;
 
}

article.post .post-date .month {
    background-color: rgba(11,127,118,1.0);
}