.kt-header__brand-logo img,
.kt-header-mobile__logo img {
    height: auto;
    width: 80px;
}

.listImg{
    width: 50px;
}

.ownHeadingOne{
    color: #fff;
}

.btn-primary{
    background-color: #c42b2f;
    border:1px solid #c42b2f;
    transition: all 1s;
}

.btn-primary:hover{
    background-color: #fff;
    color:#c42b2f;
    border:1px solid #c42b2f;
    transition: all 1s;
}

.kt-subheader--transparent .kt-subheader {
    padding: 12px 30px;
}

.kt-demo-panel {
    width: 700px !important;
}

.kt-demo-panel--right .kt-demo-panel{
    right: -700px;
}

#playerTable thead th{
    cursor: pointer;
}