th {
        position: relative;
        min-height: 41px;
    }
    th span {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
	.bg-bitbucket0 {
        background-color: #8fd1fd !important;
        border: 1px solid #205081;
        color: white;
    }
    
    .panel .panel-heading {
        background-color: #8fd1fd;
        color: white;
    }
    
    .bg-yellow {
        background-color: #FFFF33 !important;
        border: 1px solid #FFFF33;
        color: #FDFFFE;
    }
    
    i.fa.fa-male.fa-5x {
        color: #ea4c89;
    }
    
    i.fa.fa-female.fa-5x {
        color: #ffff33;
    }
    
    .table-lilac thead tr th {
        background-color: #8fd1fd !important;
        border-color: #8fb2ca #a4c2dc #4fb1f3 !important;
        color: #fff;
    }
    
    .table-lilac.table-bordered {
        border: 1px solid #8fd1fd;
    }
    
    .panel-heading.text-center.bg-green {
        background-color: yellowgreen;
    }
    
    .panel-heading.text-center.bg-black {
        background-color: #000000;
    }
    
    th {
        text-align: center;
    }
	code {
    color: #fe988f;
	}