/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, detailsr, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/*
--------------------------------------MY CODE BELOW, RESET CSS CODE ABOVE---------------------------------------
*/

* {
    margin: 0;
    padding: 0;
    font-family: Calibri, Arial, Garamond, Times;
    background-color: #000;
}

nav {
    width:  100%;
    height: 50px;
    background: white;
}

nav a {
    font-size: 15px;
    text-decoration: none;
    color: #000;
}

nav a:hover {
    border: 1px solid #000;
    border-radius: 3px;
    background-color: #d3d3d3;
}

.logout:hover {
    background-color: #FF6055;
}

.login:hover {
    background-color: #95FF80;
}

form {
    width: 40%;
    display: inline-block;
}

input {
    padding-left: 3px;
    height: 20px;
    width: 100%;
    border: 1px solid #000;
    border-radius: 5px;
}

ul {
    margin-left: 5px;
    margin-right: 5px;
}

ul li {
    list-style: none;
    display: inline-block;
    line-height: 50px;
}

ul li a {
    padding: 0 20px;
}

h1 {
	text-align: center;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 30px;
}

p {
	text-align: left;
    padding: 0 20px;
}

table, th, td {
    margin-top: 10px;
    border: 1px solid #000;
    padding: 5px;
    vertical-align: middle;
    align-content: center;
}

.deeds {
    background-color: #fff;
}

.signuperror {
    color: #FF0000;
}

.signupsuccess {
    color: #1DBA4A;
}

.loginerror {
    color: #FF0000;
}

.loginsuccess {
    color: #1DBA4A;
}

.login-button {
    width: 50px;
    height: 25px;
}

.inputdiscordID {
    margin-top: 10px;
    margin-bottom: 5px;
}

.inputpwd {
    margin-top: 5px;
    margin-bottom: 5px;
}

.inputpwdrepeat {
    margin-top: 5px;
    margin-bottom: 5px;
}

.login-button {
    margin-bottom: 5px;
}

.login-box {
    margin: 5px;
    border: 1px solid;
    border-radius: 30px;
    background-color: #fff;
    opacity: 0.7;
    box-shadow: 5px 5px 10px #000;
}

.checkbox {
    background-color: #fff;
}

.img-VPESA {
    width: 50px;
    height: 50px;
    box-shadow: 5px 5px 10px #000;
}

.landing {
    background-image: url(../img/account.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.ezh1 {
    background-image: url(../img/ezh.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.dra2 {
    background-image: url(../img/dra.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.ley3 {
    background-image: url(../img/ley.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.eag4 {
    background-image: url(../img/eag.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.nor5 {
    background-image: url(../img/nor.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.osl6 {
    background-image: url(../img/osl.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.rey7 {
    background-image: url(../img/rey.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.rov8 {
    background-image: url(../img/rov.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.kha9 {
    background-image: url(../img/kha.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.kyo10 {
    background-image: url(../img/kyo.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.bay11 {
    background-image: url(../img/bay.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.pal12 {
    background-image: url(../img/pal.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.uwi13 {
    background-image: url(../img/uwi.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.tam14 {
    background-image: url(../img/tam.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.gal15 {
    background-image: url(../img/gal.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.tom16 {
    background-image: url(../img/tom.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.tr {
    background-image: url(../img/training.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.check {
    background-image: url(../img/check.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.finances {
    background-image: url(../img/finances.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.history {
    background-image: url(../img/history.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.past {
    background-image: url(../img/sky.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.europa {
    background-image: url(../img/europa.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.champions {
    background-image: url(../img/ucl.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.about {
    background-image: url(../img/about.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.wrapper {
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

.item {
    padding: 12px 16px 13px;
    font-size: 15px;
}
.nav-scroll {
    white-space: nowrap;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    opacity: 0.7;
    box-shadow: 5px 5px 10px #000;
}

.container-index {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-evenly;
    padding: 10px;
    opacity: 0.7;
}

.index-link {
    text-decoration: none;
    color: #000;
    font-size: 25px;
    width: 200px;
    vertical-align: middle;
    height: 40px;
    border: 1px solid #000;
    padding: 15px 0 0 0;
    background-color: #fff;
    box-shadow: 5px 5px 10px #000;
}

.index-link:hover {
    background-color: #d3d3d3;
}

.login-link {
    text-decoration: none;
    color: #000;
    font-size: 25px;
    width: 200px;
    vertical-align: middle;
    height: 40px;
    border: 1px solid #000;
    padding: 15px 0 0 0;
    background-color: #fff;
    box-shadow: 5px 5px 10px #000;
}

.logout-link {
    text-decoration: none;
    color: #000;
    font-size: 25px;
    width: 200px;
    vertical-align: middle;
    height: 40px;
    border: 1px solid #000;
    padding: 15px 0 0 0;
    background-color: #fff;
    box-shadow: 5px 5px 10px #000; 
}

.logout-link:hover {
    background-color: #FF6055;
}


.login-link:hover {
    background-color: #95FF80;
}

.index-link p {
    text-align: center;
}

.logout-link p {
    text-align: center;
}

.login-link p {
    text-align: center;
}

.teams-header p {
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 50px;
    font-size: 25px;
    margin-left: 15px;
    border: 2.5px solid;
    border-color: #fff;
    text-align: center;
    width: calc(100% - 75px);
    height: 50px;
    background-color: #000;
    color: #fff;
    box-shadow: 5px 5px 10px #000;
    opacity: 0.9;
}

.logo {
    width: 40px;
    height: 30px;
}

.container-credits h2 {
    padding-top: 15px;
    font-size: 25px;
}

.league-table {
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 10px 0 0 0;
}

.cup-table {
    margin-top: 15px;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.winners-table {
    margin-top: 10px;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 10px 0 0 0;
    background-color: #fff;
    border: 1px solid #000;
    width: 200px;
    margin: auto;
}

.fixtures {
    vertical-align: middle;
    margin: auto;
    width: 350px;
    opacity: 0.9;
}

.fixtures th {
    background-color: #1C1B1B;
    color: #fff;
}

.definer {
    background-color: #000;
    color: #fff;
}

.winners-header {
    font-size: 25px;
}

.stats-table {
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.flag {
    width: 30px;
    height: 20px;
}

.england {
    width: 30px;
    height: 20px;
}

.text-intro p {
    line-height: 20px;
}

.team-links a {
    text-decoration: none;
}

.team-links p {
    box-shadow: 5px 5px 10px #000;
    opacity: 0.8;
}

.team-links p:hover {
    opacity: 0.6;
}

.team-box-1 p {
    margin-bottom: 15px;
    line-height: 50px;
    font-size: 25px;
    margin-left: 15px;
    border: 2.5px solid;
    border-radius: 100px;
    border-color: #fe0000;
    text-align: center;
    width: calc(100% - 75px);
    height: 50px;
    background-color: #004d8c;
    color: #fe0000;
}

.team-boxlink-2 p {
    margin-bottom: 15px;
    line-height: 50px;
    font-size: 25px;
    margin-left: 15px;
    border: 2.5px solid;
    border-radius: 100px;
    border-color: #f8f8f8;
    text-align: center;
    width: calc(100% - 75px);
    height: 50px;
    background-color: #11148a;
    color: #f8f8f8;
}

.team-boxlink-3 p {
    margin-bottom: 15px;
    line-height: 50px;
    font-size: 25px;
    margin-left: 15px;
    border: 2.5px solid;
    border-radius: 100px;
    border-color: #f50000;
    text-align: center;
    width: calc(100% - 75px);
    height: 50px;  
    background-color: #1535e5;
    color: #f50000;
}

.team-boxlink-4 p {
    margin-bottom: 15px;
    line-height: 50px;
    font-size: 25px;
    margin-left: 15px;
    border: 2.5px solid;
    border-radius: 100px;
    border-color: #e9d620;
    text-align: center;
    width: calc(100% - 75px);
    height: 50px;
    background-color: #1a37ed;
    color: #e9d620;
}

.team-boxlink-5 p {
    margin-bottom: 15px;
    line-height: 50px;
    font-size: 25px;
    margin-left: 15px;
    border: 2.5px solid;
    border-radius: 100px;
    border-color: #0089bd;
    text-align: center;
    width: calc(100% - 75px);
    height: 50px;
    background-color: #f8f8f8;
    color: #0089bd;
}

.team-boxlink-6 p {
    margin-bottom: 15px;
    line-height: 50px;
    font-size: 25px;
    margin-left: 15px;
    border: 2.5px solid;
    border-radius: 100px;
    border-color: #d7ad26;
    text-align: center;
    width: calc(100% - 75px);
    height: 50px;
    background-color: #242345;
    color: #d7ad26;
}

.team-boxlink-7 p {
    margin-bottom: 15px;
    line-height: 50px;
    font-size: 25px;
    margin-left: 15px;
    border: 2.5px solid;
    border-radius: 100px;
    border-color: #000;
    text-align: center;
    width: calc(100% - 75px);
    height: 50px;
    background-color: #60e700;
    color: #000;
}

.team-boxlink-8 p {
    margin-bottom: 15px;
    line-height: 50px;
    font-size: 25px;
    margin-left: 15px;
    border: 2.5px solid;
    border-radius: 100px;
    border-color: #ffffff;
    text-align: center;
    width: calc(100% - 75px);
    height: 50px;
    background-color: #000000;
    color: #ffffff;
}

.team-boxlink-9 p {
    margin-bottom: 15px;
    line-height: 50px;
    font-size: 25px;
    margin-left: 15px;
    border: 2.5px solid;
    border-radius: 100px;
    border-color: #000000;
    text-align: center;
    width: calc(100% - 75px);
    height: 50px;
    background-color: #E1C6B0;
    color: #000000;
}

.team-boxlink-10 p {
    margin-bottom: 15px;
    line-height: 50px;
    font-size: 25px;
    margin-left: 15px;
    border: 2.5px solid;
    border-radius: 100px;
    border-color: #ffffff;
    text-align: center;
    width: calc(100% - 75px);
    height: 50px;
    background-color: #FFA3CB;
    color: #ffffff;
}

.team-boxlink-11 p {
    margin-bottom: 15px;
    line-height: 50px;
    font-size: 25px;
    margin-left: 15px;
    border: 2.5px solid;
    border-radius: 100px;
    border-color: #D7AF5B;
    text-align: center;
    width: calc(100% - 75px);
    height: 50px;
    background-color: #000000;
    color: #D7AF5B;
}

.team-boxlink-12 p {
    margin-bottom: 15px;
    line-height: 50px;
    font-size: 25px;
    margin-left: 15px;
    border: 2.5px solid;
    border-radius: 100px;
    border-color: #ffffff;
    text-align: center;
    width: calc(100% - 75px);
    height: 50px;
    background-color: #2E7D2C;
    color: #ffffff;
}

.team-boxlink-13 p {
    margin-bottom: 15px;
    line-height: 50px;
    font-size: 25px;
    margin-left: 15px;
    border: 2.5px solid;
    border-radius: 100px;
    border-color: #E9333E;
    text-align: center;
    width: calc(100% - 75px);
    height: 50px;
    background-color: #ffffff;
    color: #E9333E;
}

.team-boxlink-14 p {
    margin-bottom: 15px;
    line-height: 50px;
    font-size: 25px;
    margin-left: 15px;
    border: 2.5px solid;
    border-radius: 100px;
    border-color: #F9D441;
    text-align: center;
    width: calc(100% - 75px);
    height: 50px;
    background-color: #2F6A41;
    color: #F9D441;
}

.team-boxlink-15 p {
    margin-bottom: 15px;
    line-height: 50px;
    font-size: 25px;
    margin-left: 15px;
    border: 2.5px solid;
    border-radius: 100px;
    border-color: #000085;
    text-align: center;
    width: calc(100% - 75px);
    height: 50px;
    background-color: #ffffff;
    color: #000085;
}

.team-boxlink-16 p {
    margin-bottom: 15px;
    line-height: 50px;
    font-size: 25px;
    margin-left: 15px;
    border: 2.5px solid;
    border-radius: 100px;
    border-color: #657B33;
    text-align: center;
    width: calc(100% - 75px);
    height: 50px;
    background-color: #ffffff;
    color: #657B33;
}

.box-1 p {
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 50px;
    font-size: 25px;
    margin-left: 15px;
    border: 2.5px solid;
    border-color: #fe0000;
    text-align: center;
    width: calc(100% - 75px);
    height: 50px;
    background-color: #004d8c;
    color: #fe0000;
    box-shadow: 5px 5px 10px #000;
    opacity: 0.9;
}

.box-2 p {
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 50px;
    font-size: 25px;
    margin-left: 15px;
    border: 2.5px solid;
    border-color: #f8f8f8;
    text-align: center;
    width: calc(100% - 75px);
    height: 50px;
    background-color: #11148a;
    color: #f8f8f8;
    box-shadow: 5px 5px 10px #000;
    opacity: 0.9;
}

.box-3 p {
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 50px;
    font-size: 25px;
    margin-left: 15px;
    border: 2.5px solid;
    border-color: #f50000;
    text-align: center;
    width: calc(100% - 75px);
    height: 50px;  
    background-color: #1535e5;
    color: #f50000;
    box-shadow: 5px 5px 10px #000;
    opacity: 0.9;
}

.box-4 p {
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 50px;
    font-size: 25px;
    margin-left: 15px;
    border: 2.5px solid;
    border-color: #e9d620;
    text-align: center;
    width: calc(100% - 75px);
    height: 50px;
    background-color: #1a37ed;
    color: #e9d620;
    box-shadow: 5px 5px 10px #000;
    opacity: 0.9;
}

.box-5 p {
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 50px;
    font-size: 25px;
    margin-left: 15px;
    border: 2.5px solid;
    border-color: #0089bd;
    text-align: center;
    width: calc(100% - 75px);
    height: 50px;
    background-color: #f8f8f8;
    color: #0089bd;
    box-shadow: 5px 5px 10px #000;
    opacity: 0.9;
}

.box-6 p {
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 50px;
    font-size: 25px;
    margin-left: 15px;
    border: 2.5px solid;
    border-color: #d7ad26;
    text-align: center;
    width: calc(100% - 75px);
    height: 50px;
    background-color: #242345;
    color: #d7ad26;
    box-shadow: 5px 5px 10px #000;
    opacity: 0.9;
}

.box-7 p {
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 50px;
    font-size: 25px;
    margin-left: 15px;
    border: 2.5px solid;
    border-color: #000;
    text-align: center;
    width: calc(100% - 75px);
    height: 50px;
    background-color: #60e700;
    color: #000;
    box-shadow: 5px 5px 10px #000;
    opacity: 0.9;
}

.box-8 p {
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 50px;
    font-size: 25px;
    margin-left: 15px;
    border: 2.5px solid;
    border-color: #ffffff;
    text-align: center;
    width: calc(100% - 75px);
    height: 50px;
    background-color: #000000;
    color: #ffffff;
    box-shadow: 5px 5px 10px #000;
    opacity: 0.9;
}

.box-9 p {
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 50px;
    font-size: 25px;
    margin-left: 15px;
    border: 2.5px solid;
    border-color: #000000;
    text-align: center;
    width: calc(100% - 75px);
    height: 50px;
    background-color: #E1C6B0;
    color: #000000;
    box-shadow: 5px 5px 10px #000;
    opacity: 0.9;
}

.box-10 p {
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 50px;
    font-size: 25px;
    margin-left: 15px;
    border: 2.5px solid;
    border-color: #ffffff;
    text-align: center;
    width: calc(100% - 75px);
    height: 50px;
    background-color: #FFA3CB;
    color: #ffffff;
    box-shadow: 5px 5px 10px #000;
    opacity: 0.9;
}

.box-11 p {
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 50px;
    font-size: 25px;
    margin-left: 15px;
    border: 2.5px solid;
    border-color: #D7AF5B;
    text-align: center;
    width: calc(100% - 75px);
    height: 50px;
    background-color: #000000;
    color: #D7AF5B;
    box-shadow: 5px 5px 10px #000;
    opacity: 0.9;
}

.box-12 p {
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 50px;
    font-size: 25px;
    margin-left: 15px;
    border: 2.5px solid;
    border-color: #ffffff;
    text-align: center;
    width: calc(100% - 75px);
    height: 50px;
    background-color: #2E7D2C;
    color: #ffffff;
    box-shadow: 5px 5px 10px #000;
    opacity: 0.9;
}

.box-13 p {
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 50px;
    font-size: 25px;
    margin-left: 15px;
    border: 2.5px solid;
    border-color: #E9333E;
    text-align: center;
    width: calc(100% - 75px);
    height: 50px;
    background-color: #ffffff;
    color: #E9333E;
    box-shadow: 5px 5px 10px #000;
    opacity: 0.9;
}

.box-14 p {
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 50px;
    font-size: 25px;
    margin-left: 15px;
    border: 2.5px solid;
    border-color: #F9D441;
    text-align: center;
    width: calc(100% - 75px);
    height: 50px;
    background-color: #2F6A41;
    color: #F9D441;
    box-shadow: 5px 5px 10px #000;
    opacity: 0.9;
}

.box-15 p {
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 50px;
    font-size: 25px;
    margin-left: 15px;
    border: 2.5px solid;
    border-color: #000085;
    text-align: center;
    width: calc(100% - 75px);
    height: 50px;
    background-color: #ffffff;
    color: #000085;
    box-shadow: 5px 5px 10px #000;
    opacity: 0.9;
}

.box-16 p {
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 50px;
    font-size: 25px;
    margin-left: 15px;
    border: 2.5px solid;
    border-color: #657B33;
    text-align: center;
    width: calc(100% - 75px);
    height: 50px;
    background-color: #ffffff;
    color: #657B33;
    box-shadow: 5px 5px 10px #000;
    opacity: 0.9;
}

.container-train {
    margin-top: 15px;
    margin-left: 35px;
    line-height: 50px;
    font-size: 25px;
    border: 2.5px solid;
    border-radius: 100px;
    border-color: #000;
    text-align: center;
    width: calc(100% - 75px);
    height: 50px;
    background-color: #fff;
    color: #000;
    box-shadow: 5px 5px 10px #000;
    opacity: 0.8;
}

.training-link {
    text-decoration: none;
}

.training-link p {
    text-align: center;
    color: #000;
}

.training-header p {
    margin-top: 15px;
    line-height: 50px;
    font-size: 25px;
    margin-left: 15px;
    border: 2.5px solid;
    border-color: #fff;
    text-align: center;
    width: calc(100% - 75px);
    height: 50px;
    background-color: #000;
    color: #fff;
    box-shadow: 5px 5px 10px #000;
    opacity: 0.9;
}

.market-box p {
    margin-bottom: 15px;
    line-height: 50px;
    font-size: 25px;
    margin-left: 15px;
    border: 2.5px solid;
    border-radius: 100px;
    border-color: #000;
    text-align: center;
    width: calc(100% - 75px);
    height: 50px;
    background-color: #fff;
    color: #000;
    box-shadow: 5px 5px 10px #000;
    opacity: 0.8;
}

.market-box a {
    text-decoration: none;
}

.box-vpesa-competition p {
    margin-top: 15px;
    line-height: 50px;
    font-size: 25px;
    margin-left: 15px;
    border: 2.5px solid;
    border-color: #fff;
    text-align: center;
    width: calc(100% - 75px);
    height: 50px;
    background-color: #5C1500;
    color: #fff;
    box-shadow: 5px 5px 10px #000;
    opacity: 0.9;
}

.box-uel-competition p {
    margin-top: 15px;
    line-height: 50px;
    font-size: 25px;
    margin-left: 15px;
    border: 2.5px solid;
    border-color: #fff;
    text-align: center;
    width: calc(100% - 75px);
    height: 50px;
    background-color: #d98926;
    color: #fff;
    box-shadow: 5px 5px 10px #000;
    opacity: 0.9;
}

.box-ucl-competition p {
    margin-top: 15px;
    line-height: 50px;
    font-size: 25px;
    margin-left: 15px;
    border: 2.5px solid;
    border-color: #fff;
    text-align: center;
    width: calc(100% - 75px);
    height: 50px;
    background-color: #4082FF;
    color: #fff;
    box-shadow: 5px 5px 10px #000;
    opacity: 0.9;
}

.box-vpesa-cup p {
    margin-top: 15px;
    line-height: 50px;
    font-size: 25px;
    margin-left: 15px;
    border: 2.5px solid;
    border-color: #fff;
    text-align: center;
    width: calc(100% - 75px);
    height: 50px;
    background-color: #B58905;
    color: #fff;
    box-shadow: 5px 5px 10px #000;
    opacity: 0.9;
}

.team-info p {
    margin-bottom: 15px;
    line-height: 50px;
    font-size: 25px;
    margin-left: 15px;
    border: 2.5px solid;
    border-radius: 100px;
    border-color: #000;
    text-align: center;
    width: calc(100% - 75px);
    height: 50px;
    background-color: #fff;
    color: #000;
    box-shadow: 5px 5px 10px #000;
    opacity: 0.8;
}

.ovr-info p {
    margin-bottom: 15px;
    line-height: 50px;
    font-size: 25px;
    margin-left: auto;
    margin-right: auto;
    border: 2.5px solid;
    border-radius: 100px;
    border-color: #000;
    text-align: center;
    width: calc(70% - 75px);
    height: 50px;
    background-color: #fff;
    color: #000;
    box-shadow: 5px 5px 10px #000;
    opacity: 0.8;
}

.ovr-info a {
    text-decoration: none;
}

.team-info p:hover {
    background-color: #d3d3d3;
}

.container-train:hover {
    background-color: #d3d3d3;
}

.market-info p {
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 50px;
    font-size: 25px;
    margin-left: 15px;
    border: 2.5px solid;
    border-color: #fff;
    text-align: center;
    width: calc(100% - 75px);
    height: 50px;
    background-color: #000;
    color: #fff;
    box-shadow: 5px 5px 10px #000;
    opacity: 0.9;
}

.unattached-box p {
    margin: auto;
    text-align: center;
    line-height: 50px;
    font-size: 25px;
    border: 2.5px solid;
    border-color: #fff;
    width: calc(100% - 75px);
    height: 50px;
    background-color: #000;
    color: #fff;
    box-shadow: 5px 5px 10px #000;
    opacity: 0.9;
}

.unattached-box {
    padding-top: 15px;
}

.team-info a {
    text-decoration: none;
}

.squad {
    background-color: #fff;
    margin: auto;
    width: 250px;
    box-shadow: 5px 5px 10px #000;
}

.squad th {
    background-color: #1C1B1B;
    color: #fff;
}

.squad-group {
    opacity: 0.9;
}

.squad-group a {
    color: #000;
    text-decoration: none;
}

.squad-header {
    background-color: #000;
    color: #fff;
}

.pos-header {
    background-color: #000;
    color: #fff;
}

.gk-decor {
    background-color: #1C1B1B;
    color: #FF8C01;
}

.df-decor {
    background-color: #1C1B1B;
    color: #508FFF;
}

.mf-decor {
    background-color: #1C1B1B;
    color: #A8F564;
}

.fw-decor {
    background-color: #1C1B1B;
    color: #F64748;
}

.ovr-red {
    background-color: #FA4C44;
}
.ovr-orange {
    background-color: #E6945A;
}
.ovr-yellow {
    background-color: #F0D667;
}
.ovr-lightgreen {
    background-color: #89DB5C;
}
.ovr-blue {
    background-color: #7B9CE0;
}
.ovr-purple {
    background-color: #B287DC;
}
.ovr_table {
    box-shadow: 5px 5px 10px #000;
    margin-left: auto;
    margin-right: auto;
}

.ovr_table tr th {
  font-family: "Luxurious Roman", serif;
  font-weight: 400;
  font-style: normal;
}

.ovr_table tr td {
  font-family: "Luxurious Roman", serif;
  font-weight: 400;
  font-style: normal;
}

.ovr-body {
    background-image: url(../img/ovr.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.ovr-table {
    background-color: #ffffff;
}

.player {
    background-color: #fff;
}

.player:hover {
    background-color: #d3d3d3;
}

.player-profile {
    display: grid;
    margin: auto;
    height: fit-content;
    width: fit-content;
}

.player-profile td {
    background-color: #fff;
}

.attributes {
    display: grid;
    padding-top: 20px;
}

.general-data {
    width: 191px;
    box-shadow: 5px 5px 10px #000;
    opacity: 0.9;
}

.player-profile img {
    box-shadow: 5px 5px 10px #000;
}

.general-data tr th {
    background-color: #1C1B1B;
    color: #fff;
    font-weight: normal;
}

.attributes-data tr th {
    background-color: #1C1B1B;
    color: #fff;
    font-weight: normal;
}

.attributes-data {
    width: 200px;
    margin: auto;
    box-shadow: 5px 5px 10px #000;
    opacity: 0.9;
}

.spec-abilities {
    width: 100%;
    margin: auto;
    box-shadow: 5px 5px 10px #000;
    opacity: 0.9;
}

.spec-abilities tr th {
    background-color: #1C1B1B;
    color: #fff;
    font-weight: normal;
}

.spec-abilities tr td {
    background-color: #fff;
}

.spec-abil-area {
    padding: 15px;
}

.player-img {
    width: 200px;
    height: 200px;
    border: 1px solid #000;
}

.achieve {
    white-space: nowrap;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.training-info a {
    text-decoration: none;
}

.upgrade-body {
    background-color: #d3d3d3;
}

.profile-upgrade {
    background-color: #fff;
    margin: auto;
    height: fit-content;
    width: fit-content;
}

.profile-upgrade table {
    width: 200px;
}

.profile-upgrade table td {
    width: 35px;
    text-align: center;
}

.attributes-upgrade {
    margin: auto;
    height: fit-content;
    width: 410px;
}

.upgrade-data {
    width: 410px;
    opacity: 0.9;
    box-shadow: 5px 5px 10px #000;
}

.attributes-upgrade table td {
    width: 50px;
    text-align: center;
}

.upgrade-header {
    background-color: #1C1B1B;;
    color: #fff;
}

.upgrade-attribute  {
    background-color: #d3d3d3;
    color: #000;
}

.upgrade-data tr td {
    background-color: #fff;
    color: #000;
}

.tp-notice {
    margin: auto;
    position: sticky;
    top: 0;
}

.tp-notice th {
    font-weight: normal;
}

.tp-data {
    width: 200px;
    box-shadow: 5px 5px 10px #000;
    opacity: 0.8;
}

.upgrade-data {
    box-shadow: 5px 5px 10px #000;
    opacity: 0.9;
}

.upgrade-data tr {
    background-color: #d3d3d3;;
    color: #000;
}

.upgrade-data tr th {
    font-weight: normal;
}

.tp-data tr th {
    background-color: #0097FA;
    text-align: center;
}

.tp-data tr td {
    background-color: #fff;
    text-align: center;
}

button[type=button] {
    border: 1px solid #000;
    border-radius: 5px;
}

input[type=submit] {
    background-color: #fff;
}

input[type=submit]:hover {
    background-color: #d3d3d3;
}

input[type=submit]:active {
    background-color: #820D00;
}

button[type=button].sub {
    background-color: #FF4557;
    padding-top: 2px;
    padding-bottom: 4px;
    width: 38px;
    height: 20px;
}

button[type=button].sub:hover {
    background-color: #B3303D;
}

button[type=button].sub:active {
    background-color: #661C23;
    color: #fff;
}

button[type=button].add {
    background-color: #77FF70;
    padding-top: 2px;
    padding-bottom: 4px;
    width: 38px;
    height: 20px;
}

button[type=button].add:hover {
    background-color: #54B34F;
}

button[type=button].add:active {
    background-color: #30662D;
    color: #fff;
}

button[type=submit] {
    background-color: #fff;
}

input[type=number] {
    font-size: 16px;
    width: 20px;
    border: none;
    text-align: center;
    background-color: #fff;
}

.specAbilitiesSelect {
    padding-bottom: 10px;
}

select {
    background-color: #fff;
}

input[type=text] {
    background-color: #fff;
}

input[type=submit] {
    padding-top: 5px;
    padding-bottom: 20px;
}

/* Chrome, Safari, Edge, Opera */ /* used to hide the number input arrows*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */ /* used to hide the number input arrows*/
input[type=number] {
  -moz-appearance: textfield;
}

input[type=password] {
    background-color: #fff;
}

.selectedSpec {
    font-size: 16px;
    text-align: center;
    border: none;
}

.update-error {
    background-color: #fff;
    color: #FF0000;
    border: 1px solid #000;
    width: 300px;
    text-align: center;
    margin: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: Garamond, Times;
    box-shadow: 5px 5px 10px #000;
    opacity: 0.9;
}

.update-success {
    padding-top: 10px;
    background-color: #fff;
    color: #1DBA4A;
    border: 1px solid #000;
    width: 300px;
    text-align: center;
    margin: auto;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: Garamond, Times;
    box-shadow: 5px 5px 10px #000;
    opacity: 0.9;
}

.checkInBox {
    margin: auto;
    width: 300px;
    padding: 5px;
}

.checkInBox p {
    font-family: Garamond, Times;
}

.checkInTable {
    width: 300px;
    box-shadow: 5px 5px 10px #000;
    opacity: 0.9;
}

.checkInTable tr td {
    padding-top: 5px;
}

.checkInTable tr td p {
    padding-top: 5px;
    padding-bottom: 5px;
}

.checkAC {
    background-color: #fff;
}

.finance-header {
    padding-bottom: 15px;
}

.finance-list {
    padding-top: 15px;
    padding-bottom: 15px;
}

.finance-header table {
    margin: auto;
    opacity: 0.9;
    box-shadow: 5px 5px 10px #000;
}

.finance-list table {
    margin: auto;
    opacity: 0.9;
    box-shadow: 5px 5px 10px #000;
}

.finance-header tr th {
    background-color: #1C1B1B;
    color: #fff;
    font-weight: normal;
}

.finance-header td {
    background-color: #fff;
}

.finance-list tr th {
    background-color: #1C1B1B;
    color: #fff;
    font-weight: normal;
}

.finance-list td {
    background-color: #fff;
}

.total-sum {
    font-size: 30px;
}

.income {
    color: #0FBD00;
}

.expenses {
    color: #F50701;
}

.records {
    margin: auto;
    opacity: 0.9;
    box-shadow: 5px 5px 10px #000;
}

.records th {
    background-color: #1C1B1B;
    color: #fff;
}

.victory {
    background-color: #9FF578;
}

.defeat {
    background-color: #F5525B;
}

.regular {
    background-color: #fff;
    color: #000;
}

.premcup-img {
    width: 20px;
    height: 20px;
}

.achievements-header {
    padding: 20px 10px 10px 10px;
    font-size: 25px;
}

.player-achievements {
    margin: auto;
    box-shadow: 5px 5px 10px #000;
    opacity: 0.9;
}

.player-achievements tr {
    vertical-align: top;
}

.player-achievements tr th {
    background-color: #1C1B1B;
    color: #fff;
    font-weight: normal;
}

.player-achievements tr td {
    background-color: #fff;
    color: #000;
}

.none-market {
    box-shadow: 1px 1px 5px;
    border: 1px solid #000;
    background-color: #fff;
    color: red;
    width: 75%;
    margin: auto;
}

.none-market p {
    padding: 10px;
    text-align: center;
    line-height: 20px;
}

.history-seasons a {
    text-align: left;
}

.history-seasons p {
    margin-bottom: 15px;
    line-height: 50px;
    font-size: 25px;
    margin-left: 15px;
    border: 2.5px solid;
    border-radius: 100px;
    border-color: #000;
    text-align: center;
    width: calc(100% - 75px);
    height: 50px;
    background-color: #fff;
    color: #000;
    box-shadow: 5px 5px 10px #000;
    opacity: 0.9;
}

.history-seasons a {
    text-decoration: none;
}
.box-season1 p {
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 50px;
    font-size: 25px;
    margin-left: 15px;
    border: 2.5px solid;
    border-color: #fff;
    text-align: center;
    width: calc(100% - 75px);
    height: 50px;
    background-color: #000;
    color: #fff;
    box-shadow: 5px 5px 10px #000;
    opacity: 0.9;
}

.img-table {
    width: 20px;
    height: 20px;
}

.img-squiddie {
    margin-bottom: 10px;
    height: 70%;
    width: 70%;
}

.content-season a {
    text-decoration: none;
}

.content-season p {
    margin-bottom: 15px;
    line-height: 50px;
    font-size: 25px;
    margin-left: 15px;
    border: 2.5px solid;
    border-color: #000;
    border-radius: 100px;
    text-align: center;
    width: calc(100% - 75px);
    height: 50px;
    background-color: #fff;
    color: #000;
    box-shadow: 5px 5px 10px #000;
    opacity: 0.9;
}

.stats {
    margin: auto;
    width: 350px;
    opacity: 0.9;
}

.stats th {
    background-color: #1C1B1B;
    color: #fff;
}

.standings {
    margin: auto;
    width: 500px;
}

.standings th {
    background-color: #1C1B1B;
    color: #fff;
}


.statuschamp {
    background-color: #d9ead3;
}

.statuseuropa {
    background-color: #c9daf8;
}

.statusrele {
    background-color: #ea9999;
}

.status {
    background-color: #fff;
}

.winner {
    font-weight: 900;
    font-size: 30px;
}

.stats-header {
    padding: 10px;
    font-size: 25px;
}

.TOTS {
    width: 90%;
    height: 90%;
    box-shadow: 5px 5px 10px #000;
    opacity: 0.9;
}

.socials-embed {
    display: flex;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    background-color: #fff;
    border: 1px solid #000;
    justify-content: space-evenly;
    box-shadow: 5px 5px 10px #000;
    opacity: 0.8;
}

.socials-embed a {
    text-decoration: none;
}

.twitch-img {
    max-width: calc(2% + 25px);
    max-height: auto;
}

.credits {
    color: #000;
    text-decoration: none;
    font-size: 20px;
}

@media only screen and (min-width: 569px) {
    .fixtures {
        width: 90%;
    }

    .standings {
        width: 90%;
    }

    .stats {
        width: 70%;
    }

    .squad {
        width: 50%;
    }

    .spec-abilities {
        width: 500px;
        margin: auto;
    }

    .TOTS {
        width: 500px;
        height: 800px;
    }

    .team-box-1 p {
        margin-left: 25px;
        width: calc(50% - 75px);
        float: left;
    }

    .team-boxlink-2 p {
        margin-left: 25px;
        width: calc(50% - 75px);
        float: left;
    }
    .team-boxlink-3 p {
        margin-left: 25px;
        width: calc(50% - 75px);
        float: left;
    }
    .team-boxlink-4 p {
        margin-left: 25px;
        width: calc(50% - 75px);
        float: left;
    }
    .team-boxlink-5 p {
        margin-left: 25px;
        width: calc(50% - 75px);
        float: left;
    }
    .team-boxlink-6 p {
        margin-left: 25px;
        width: calc(50% - 75px);
        float: left;
    }
    .team-boxlink-7 p {
        margin-left: 25px;
        width: calc(50% - 75px);
        float: left;
    }
    .team-boxlink-8 p {
        margin-left: 25px;
        width: calc(50% - 75px);
        float: left;
    }
    .team-boxlink-9 p {
        margin-left: 25px;
        width: calc(50% - 75px);
        float: left;
    }
    .team-boxlink-10 p {
        margin-left: 25px;
        width: calc(50% - 75px);
        float: left;
    }
    .team-boxlink-11 p {
        margin-left: 25px;
        width: calc(50% - 75px);
        float: left;
    }
    .team-boxlink-12 p {
        margin-left: 25px;
        width: calc(50% - 75px);
        float: left;
    }
    .team-boxlink-13 p {
        margin-left: 25px;
        width: calc(50% - 75px);
        float: left;
    }
    .team-boxlink-14 p {
        margin-left: 25px;
        width: calc(50% - 75px);
        float: left;
    }
    .team-boxlink-15 p {
        margin-left: 25px;
        width: calc(50% - 75px);
        float: left;
    }
    .team-boxlink-16 p {
        margin-left: 25px;
        width: calc(50% - 75px);
        float: left;
    }
    .team-info p {
        margin-left: 25px;
        width: calc(33% - 75px);
        float: left;
    }
    
    .history-seasons p {
        margin-left: 25px;
        width: calc(33% - 75px);
        float: left;
    }