* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: Arial, Sans-serif;
    font-size: 24px;
    background: #f2f2f2;
}

.container {
    padding: auto !important;
    margin: 0 auto !important;
    text-align: center;
}

.form-control {
    font-size: 20px;
    height: auto;
    margin-bottom: 10px;
}
button {
    font-size: 20px;
}

table {
    padding: auto !important;
    margin: 0 auto !important;
    text-align: center;
}

table, tbody, th, td {
    border: 1px solid black;
    border-collapse: collapse;
    border-color: black !important;
}
th, td {
    padding: auto !important;
    margin: 0 auto !important;
    text-align: center;
}
th {
	background-color: yellow;
}
td {
    height: auto;
    vertical-align: middle !important;
}

@media screen and (max-width: 580px) {
body {
    font-size: 16px !important;
}
h2 {
    font-size: 18px !important;
    font-weight: bold;
}
select, button, th, td {
    font-size: 14px !important;
}
}