/*
Theme Name:     Twenty Fourteen Child 
Theme URI:      http://example.com/
Description:    Child theme for the Twenty Fourteen theme 
Author:         Your name here
Author URI:     http://example.com/about/
Template:       twentyfourteen
Version:        0.1.0
*/
.display-none {
	display: none;
}

.entry-title {
	font-size: 33px;
	font-weight: 300;
	line-height: 1.0909090909;
	margin-bottom: 12px;
	margin: 0 0 12px 0;
	/*text-transform: uppercase; removed */
}
/* General class for table */
.fb_table{
	table-layout: auto; 
	background: #F2F2F2;
	margin-bottom: 5px;
	border-spacing: 0px;
	max-width: 100%;
	line-height: 1.4em;
	white-space: nowrap;
}

/* Class for table tags  and  */
.fb_table tr,
.fb_table td{
	padding: 0.15em 0.1em;
	border-left: hidden;
	border-right: hidden;
	vertical-align: text-top;
}

.fb_table thead{
	color: white;
	background-color: #808080;
}

/* Class for alternating colors in rows */
/*.fb_table tr:nth-child(even){
	background-color: #d2d2d2;
}*/


/* Class for table header */
.fb_table th {
	/*border-top: 0.05em solid #808080;*/
	/*border-bottom: 0.05em solid #808080;*/
	border-right: none;
	border-left: none;
	padding: 0.4em;
}

.fb_body_team,
.fb_header_team {
	text-align: left;
}

.fb_body_rank,
.fb_header_rank {
	text-align: right;
}

.fb_header_matches,
.fb_header_balls,
.fb_header_sets,
.fb_header_points {
	text-align: center;
}

.fb_body_matches,
.fb_body_balls,
.fb_body_sets,
.fb_body_points {
	text-align: center;
}

.fb_table tfoot {
	background: white;
	color: grey;
	font-size: 75%;
	margin-bottom: 25.5px;
}

/* Class for highlighting ownteam */
.fb_ownteam {
	background: #00a000;
	color: white;
}

/**
 * 6.0 Content
 * -----------------------------------------------------------------------------
 */

.content-area {
	padding-top: 48px;
}

.hentry {
	margin: 0 auto 48px;
	max-width: 672px;
}

.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta,
.page-content {
	margin: 0 auto;
	max-width: 574px;
}

.page-content {
	margin-bottom: 48px;
}


