body {
    padding: 0px 0px 0px 0px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    background: #f8f8f8;
}
.geziadi {
    font-size: 15px;
    font-weight: 700;
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.gezitarih {
    font-size: 15px;
    font-weight: 700;
    padding-top: 3px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.ptitle {
    font-size: 15px;
    font-weight: 700;
    padding-top: 3px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

.site-header {
    min-height: 80px;
    z-index: 1;
    background: #e6e7e9;
    top: 0px;
    margin-top: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #000000;
}
.btn-row {
    background: #007ba4;
    position: relative;
    height: 60px;
    margin-top: 8px;
}

    .btn-row:hover {
        opacity: 0.8;
    }

.btn-text {
    position: absolute;
    left: 0px;
    color: #ffffff;
    font-size: 17px;
    padding-left: 15px;
    margin-top: 16px;
    font-weight: 700;
}

.btn-img {
    position: absolute;
    right: 0px;
    top: 0px;
}

    .btn-img > img {
        height: 60px;
    }
