.page-title{
    font-size:1.8em;
    margin: 20px 0 10px 0;
    font-family: 'Oswald',sans-serif;
}

.donem-title {
    font-size:1.5em;
    color: #666;
}

.donem-selection{
    text-align: right;
}
#kesinti-container{
    margin-bottom:30px;
}


#kesinti-container select {
    color: #000;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    /*-webkit-appearance: none;*/
    padding: 6px 10px;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
}

@media only screen and (max-width: 600px) {
    .page-title{
        font-size:1.5em;
    }
    .donem-title {
        font-size:1.3em;
    }
    .donem-selection{
        text-align: left;
    }
}
