.specific {
    width: 1280px;
    height: 720px;
    display: flex;
    flex-wrap: wrap;
}

.wide-container {
    width: 1280px;
    height: 720px;
    display: flex;
    flex-wrap: wrap;
}

.inputs {
    width: 50%;
}

.saveButton {
    width: 50%;
}

.header {
    display: flex;
    flex-wrap: wrap;
}

.widescreenSaveButton {
    display: flex;
}

button {
    margin: 20px;
    background-color: green;
    color: white;
    height: 30px;
    vertical-align: middle;
}

body {
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    background-color: #fff;
    padding-left: 15px;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

h1 {
    font-size: 36px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

h1 small {
    font-size: 65%;
    font-weight: 400;
    line-height: 1;
    color: #777;
    display: block;
    padding-top: 15px;
}

.specific {
    background-color: #fff;
}

p a {
    padding: 5px;
}

button {
    margin-top: 20px;
}

.graphic-container {
    width: 400px;
    height: 600px;
    border-style: solid;
    border-width: 1px;
    display: flex;
    flex-wrap: wrap;
}

.teams-container {
    width: 400px;
    height: 300px;
    display: flex;
    flex-wrap: wrap;
}

.team-name {
    height: 120px;
    width: 200px;
}

.city {
    font-size: 22px;
    padding-top: 0px;
    margin-top: 10px;
    text-align: center;
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}

.nickname {
    font-size: 26px;
    padding-top: 0px;
    margin-top: 10px;
    text-align: center;
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}

.date {
    width: 400px;
    height: 60px;
    font-size: 20px;
    padding-top: 0px;
    text-align: center;
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}

.week {
    width: 400px;
    height: 60px;
    font-size: 20px;
    padding-top: 0px;
    text-align: center;
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}

.stadium {
    width: 400px;
    height: 30px;
    font-size: 20px;
    padding-top: 0px;
    text-align: center;
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}

.stadium-city {
    width: 400px;
    height: 30px;
    font-size: 20px;
    padding-top: 0px;
    text-align: center;
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}

select {
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}

option {
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}

button {
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}

.input-label {
    font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
}

.text-container {
    width: 400px;
    height: 300px;
    display: flex;
    flex-wrap: wrap;
    background-color: #eee;
}