/*
 Theme Name:   Twenty Fourteen Child
 Template:     twentyfourteen
*/

@import url("../twentyfourteen/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */


table.smallBox td {
	border: none;
}

table.smallBox5 td {
	border: none;
}

.entry-title {
text-transform: none;
font-weight:bold;
}

.entry-content table,
.comment-content table {
	font-size: 12px;
	line-height: 1.2857142857;
	margin-bottom: 24px;
}

.entry-content th,
.comment-content th {
	font-weight: 700;
	padding: 4px;
	text-transform: uppercase;
}

.entry-content td,
.comment-content td {
	padding: 4px;
}


table td {
  text-align: center;
}

table tr:nth-child(even) {
background-color: #F2F2F2;
}

.content-sidebar .widget table,
.content-sidebar .widget th,
.content-sidebar .widget td {
	border-color: rgba(26, 78, 136, 1.0);
    background-color: #FFFFFF;
}

ins {
	background: #ffffff;
	text-decoration: none;
}

#content-sidebar{
    border-left: 1px solid #EBEBEB;
    margin-top: 35px;
}