

    ul li {

    }

.yes {
    margin-top: 12px;
    list-style-image: url('tick.png');
    margin-left: 20px;
}

.p {
    font-weight:400;
}

.not {
    margin-top: 12px;
    color: rgba(85, 85, 85, 0.43);
    list-style-image: url('untick.png');
    margin-left: 20px;
}

.img {
    margin: 20px 0px 0px 40px;
    border-bottom: 1px rgba(128, 128, 128, 0.52) solid;
}

.genelkutu {
    background-color: white;
    border: 1px solid #3f7bb5;
    border-radius: 3px;
    width: 600px;
    height: auto;
    margin:auto;
    margin-bottom: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

    .genelkutu .bilgiler {
        padding: 10px;
    }

    .genelkutu .header {
        background: linear-gradient(#3f7bb5,#33618e);
        height: 60px;
        font-weight: bold;
        color: #FFFFFF;
        width: auto;
        padding-top: 20px;
        padding-left: 20px;
        border: 1px solid #3f7bb5;
        border-radius: 3px;
        padding-left: -20px;
    }

* {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

a {
    color: #40bbf4;
}

    a:hover {
        color: #96c93d;
    }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #96c93d;
}