* {
  box-sizing: border-box;
}

body {
  font-family:Helvetica;
  color:#555;	
}

h2, h3 {
  color:#00639D;
}

hr {
  height:3px;
  background-color:#00639D;
  border:none;
}

.shaded hr {
  height:3px;
  background-color:white;
  border:none;
}

.topnav {
  overflow: hidden;
  background-color: #333;
  border-radius: 5px;
  border:1px solid;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.active {
  background-color: #00639D;
  color: white;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 620px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
	float: right;
	display: block;
  }
}

@media screen and (max-width: 620px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
	position: absolute;
	right: 0;
	top: 0;
  }
  .topnav.responsive a {
	float: none;
	display: block;
	text-align: left;
  }
}

.dropdown {
    float: left;
    overflow: hidden;
}

.dropdown .dropbtn {
    font-size: 17px;    
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: #333;
    font-family: inherit;
    margin: 0;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #555;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
	border:1px solid black;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.dropdown-content a {
    float: none;
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
	border-radius:5px;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #555;
  color: white;
}

.dropdown-content a:hover {
    background-color: #ddd;
    color: black;
}

.dropdown:hover .dropdown-content {
    display: block;
}

@media screen and (max-width: 620px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 620px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}

.unshaded a {
  color:#00639D;
}

.left a {
  color:#00639D;
}

.unshaded {
  display:inline-block;
  background-color:#f1f1f1;
  border-radius: 5px;
  float:left;
  padding:15px;
  margin-top:7px;
}

.shaded {
  background-color:#00639D;
  border-radius: 5px;
  float:left;
  padding:15px;
  margin-top:7px;
  text-align:left;
  color:white;
}

.unshaded a:hover {
  color:red;		
}

.left a:hover {
  color:#F6B500;		
}

.menu {
  float:left;
  width:100%;
  text-align:center;
}

.menu a {
  background-color:#F6B500;
  border-radius: 5px;
  padding:8px;
  margin-top:7px;
  display:block;
  width:100%;
  color:white;
  font-weight:600;
  text-decoration:none;
}

.menu a:hover {
  background-color:#B9942E;
  color:white;
}

.shaded h2, .shaded h3 {
  color:white;
}

.shaded a {
  color:#F6B500;
}

.shaded a:hover {
  color:#B9924E;		
}

@media only screen and (max-width:620px) {
  /* For mobile phones: */
  .menu, .unshaded, .right, .center, .shaded, .left {
	width:100%;
  }
}

@media only screen and (max-width:620px) {
  /* For mobile phones: */
  hr {
	margin-right:0px;
  }
}

/* Style inputs, select elements and textareas */
input[type=text], input[type=password], select, textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
}

/* Style the label to display next to the inputs */
label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}

/* Style the submit button */
input[type=submit], input[type=button], input[type=reset] {
  background-color: #F63B00;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: right;
  width:100%;
  font-weight:600;
}

input[type=submit]:hover, input[type=button]:hover {
  background-color:#A02700;
}

/* Style the container */
 .container {
  border-radius: 5px;
  background-color:#e5e5e5;
  padding: 15px;
}

/* Floating column for labels: 25% width */
.col-25 {
  float: left;
  width: 25%;
  margin-top: 6px;
}

/* Floating column for labels: 33% width */
.col-33 {
  float: left;
  width: 33%;
  margin-top: 6px;
}

.col-34 {
  float: left;
  width: 34%;
  margin-top: 6px;
}

/* Floating column for inputs: 75% width */
 .col-75 {
  float: left;
  width: 75%;
  margin-top: 6px;
}

/* Floating column for inputs: 75% width */
 .col-100 {
  float: left;
  width: 100%;
  margin-top: 6px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 620px) {
  .col-25, .col-75, .col-33, .col-34, input[type=submit], input[type=password], input[type=button] {
	width: 100%;
	margin-top: 0;
	padding-right: 0;
  }
} 

/* FIFA Styles */

.fifa{
			width:50%;
			float:left;
			padding-bottom:10px;
			padding-right:10px;
		}

@media only screen and (max-width:850px) {
  /* For mobile phones: */
  .fifa {
	width:100%;
  }
}

@media only screen and (max-width:620px) {
  /* For mobile phones: */
  .fifa {
	padding-right:0px;
  }
}

.euro{
			width:50%;
			float:left;
			padding-bottom:10px;
			padding-right:10px;
		}

@media only screen and (max-width:850px) {
  /* For mobile phones: */
  .euro {
	width:100%;
  }
}

@media only screen and (max-width:620px) {
  /* For mobile phones: */
  .euro {
	padding-right:0px;
  }
}

.mls{
			width:50%;
			float:left;
			padding-bottom:10px;
			padding-right:10px;
		}

@media only screen and (max-width:850px) {
  /* For mobile phones: */
  .mls {
	width:100%;
  }
}

@media only screen and (max-width:620px) {
  /* For mobile phones: */
  .mls {
	padding-right:0px;
  }
}

.groupatop{
	background-color:#E60005;
	color:white;
}

.groupabot{
	background-color:#EB6743;
	color:white;
}

.groupbtop{
	background-color:#C29F58;
	color:white;
}

.groupbbot{
	background-color:#D5BB88;
	color:white;
}

.groupctop{
	background-color:#009C33;
	color:white;
}

.groupcbot{
	background-color:#64B66C;
	color:white;
}

.groupdtop{
	background-color:#004090;
	color:white;
}

.groupdbot{
	background-color:#606BAC;
	color:white;
}

.groupetop{
	background-color:#509CD5;
	color:white;
}

.groupebot{
	background-color:#8BB7E2;
	color:white;
}

.groupftop{
	background-color:#6D0677;
	color:white;
}

.groupfbot{
	background-color:#905496;
	color:white;
}

.groupgtop{
	background-color:#E16900;
	color:white;
}

.groupgbot{
	background-color:#EA964C;
	color:white;
}

.grouphtop{
	background-color:#00224D;
	color:white;
}

.grouphbot{
	background-color:#32547E;
	color:white;
}