f.content{font-size: 16px;}

.jfclogo
{
height: 120px;
font-size: 25px;
}

@media (max-width: 650px) {
.top-header {display: none;}
}

body {
color: #4C4C4C;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
color: #282B2B;
}


.projects-3 {
  padding-bottom: 10px;
}

.projects-3 h3 {
  margin: 0 0 40px;
}

.content-2 .player {
height: auto;
margin-bottom: 20px;
}

.content-2 {
padding-top: 90px;
padding-bottom: 0px; 
}

.participants{
  text-align: center;
}
.projects-3 .projects .photo-wrapper.teams {
  width: 150px;
  height: 150px;
}

.projects-3 .projects .project {
  cursor: pointer;
}

.projects-3 .projects .participants .project {
  width: 150px;
  cursor: default;
}

.projects-3 .projects .participants .project-wrapper {
  text-align: center;
  width: 150px;
}

.projects-3 .projects .photo-wrapper {
  background-color: transparent;
}

.projects-3 .projects .info.teams {
  margin-top: 5px;
}

.projects-3 .projects .info {
  margin-top: 15px;
}
table.foobar tr td p { margin-left:10px }



@media (min-width: 650px) {
	.mobile-links {
		display:none;
	}
}
@media (max-width: 650px) {
	.mobile-links {
		display:inline-block;
	}
	.mobile-links img{
		height: 40px; 
		margin: 6px 3px;
	}
}

