.page-title {
    font-size:1.8em;
    margin: 20px 0 10px 0;
    font-family: 'Oswald',sans-serif;
}
.content-divider{
    border-top: 1px solid #ddd;
    margin:10px 0;
}
.page-container{
    min-height: 500px;
}
/* ----- eski stiller ----*/
.olumlu{
    color:green;font-weight:bold;margin-right:20px;cursor:pointer;font-size:1.4em;
}
.olumsuz{
    color:red;font-weight:bold;cursor:pointer;font-size:1.4em;
}
input.larger-checkbox {
    width: 20px;
    height: 20px;
}
#aciklama{
    width: 100%;
}
.aciklama-info{
    font-size: 1.2em;
}
@media only screen and (max-width: 600px) {
    input.larger-checkbox {
        width: 15px;
        height: 15px;
    }
    .olumlu{
        font-size:1em;
    }
    .olumsuz{
        font-size:1em;
    }
}
