﻿.content-pray {
    /*background-color: #FFFFFF;*/
}

.progress {
    border-radius: 0px;
    height: 200px;
}

.progress-bar {
    line-height: 200px;
}

.mb-0 {
    margin-bottom: 0px;
}

.table td.fit,
.table th.fit {
    white-space: nowrap;
    width: 1%;
}
#pray-private table {
    margin-bottom: 80px;
}

    #pray-private table th,
    #pray-private table td {
        background: #fff;
    }

        #pray-private table td.pray-active {
            background-color: #d9534f;
        }

.td-thin {
    padding:1px !important;
}


@media(max-width:768px)
{

    #pray-church {
        margin-top: 50px !important;
    }

    .progress {
        height: 100px;
    }

    .progress-bar {
        line-height:100px;
    }

    .bottom-text {
        margin-top:60px; 
    }

    #pray-private { margin-top:30px; }
}