	.addpad {padding:70px;}
	.myBorder {

    border:2px solid white;
    padding-left:15px;
    padding-right:15px;
	margin: 0px;
	}
	body {background-color: #00508f;}	.club_box {height: 120px; color: white; padding-top: 5px;}
	.club_header {font-size: 20px; color: white;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		width:100%;
		min-width:1px;
		padding-left: 10px;
		}
	
	.club_graph {font-size: 40px; color: white;  
		white-space: nowrap;
		display:block;
		width:90%;
		min-width:1px;
		padding-left: 20px;
	}
	.icon_header {font-size: 15px; color: black;}
	.icon_text {font-size: 11px; color: black;}
	
	.jumbo {font-size: 40px;padding-left: 20px;}
	
	@media only screen and (max-width: 760px) {
  		.shrinksize {font-size: 35px;}
  		.shrinksize2 {font-size: 25px;}
		.club_header {font-size: 15px;}
		.goleft {padding-left: 0px;}
	} 
	@media only screen and (min-width: 761px) {
  		.shrinksize2 {font-size: 25px;}
	}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
	.myBorder {font-size:50px;}
	.myHeader {font-size:30px;}

@media (min-width: 669px) {
	.container2 {
		width: 100%;
		display: grid;
		grid-template-columns: repeat(2, auto);
		grid-template-rows: repeat(4, 100px);
	}

}
@media (min-width: 768px) {
	.container2 {
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
		grid-template-columns: repeat(3, auto);
		grid-template-rows: repeat(4, 100px);
	}
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 1200px) {
	.container2 {
		width: 80%;
		margin-left: 10%;
		margin-right: 10%;
		height: 225px;
		display: grid;
		grid-template-columns: repeat(4, auto);
		grid-template-rows: repeat(4, 100px);
	}
}
@media (min-width: 1600px) {
	.container2 {
		width: 80%;
		margin-left: 10%;
		margin-right: 10%;
		height: 250px;
		display: grid;
		grid-template-columns: repeat(4, auto);
		grid-template-rows: repeat(4, 100px);
	}
	.myBorder {font-size:100px;}
	.myHeader {font-size:40px;}
}
		.container2 {background-color: white;}
		.container3 {background-color: white; padding: 50px;}