/*
Copyright (C) 2025 Habil Tataroğulları, Güneş Balcı, Yusuf Kozan

This file is part of "Bulgaristan’da Harita Bazlı Yer İsimleri Uygulaması".

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License
along with this program.  If not, see <https://www.gnu.org/licenses/>.
*/
body
{
    background-color: hsl(177, 69%, 95%);
}

.başlık-künye
{
    float: left;
}

.başlık-tanım
{
    display: block;
    width: 46%;
    margin: 0 10% 0 10%;
    height: 100%;
    float: left;
    text-align: center;
}

.künye-içerik
{
    width: 75%;
    margin: 2.5% auto;
    
    font-size: large;
}

table
{
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
}
caption
{
	margin: 0.5%;
	padding: 0.5%;
	font-family: sans-serif;
	font-size: large;
	font-weight: bold;
	border-bottom: 2px solid #00000055;
}
tr
{
	font-family: sans-serif;
	font-size: medium;
}
tr:hover
{
	background-color: #80808044;
}
th
{
	text-align: start;
	padding: 1%;
}
td
{
	text-align: start;
	padding: 0.25% 1%;
}