/*
Theme Name: Clock by MyThemeShop
Theme URI: http://mythemeshop.com/themes/clock
Author: MyThemeShop
Author URI: http://mythemeshop.com/
Description: Clock is a newspaper-inspired magazine and WooCommerce WordPress theme with great contrast, unrivalled legibility, and interactive features.
Version: 1.2
*/






/*-[ Tables ]--------------------*/


table.team-info-panel {
   
    text-align: center;
    margin-bottom: 0px;

	font-size: 14px;
		background: #FFFFFF;
}


table.team-info-panel td {
   
    padding: 5px 5px 0px 5px;
	background: #FFFFFF;
	text-align: center;
}









.teamtitle {
text-align: center;
width: 100%;
color: #fff;
padding-bottom: 9px;
padding-top: 7px;
background-color: #002f4f;
text-transform: uppercase;
}


.teampanel { 
text-align: center;
float: left;
width: 100%;
color: #fff;
padding-bottom: 9px;
padding-top: 7px;
background-color: #002f4f;
}


/*--------------------*/

/*-[ Flexbox ]--------------------*/

.flex-container {
  padding: 0;
  margin: 0;
  list-style: none;
  flex-wrap: nowrap;
  
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  

  justify-content: space-around;
}

.flex-item {
  

  background: #F2F2F2;
  margin: 0 5px 0 0;
  line-height: 1.2em;
  list-style: none;
  text-decoration: none;
  color: #979494;
  padding: 7px 10px;
  text-align: center;
}
/*--------------------*/
