/*MY Goals - Activity plan*/

.Simple_Table,
.Simple_Table_TR {
    border-collapse: separate;
}
.Simple_Table,
.Simple_Table_TR,
.Simple_Table_TD {
    border: 0;
    padding: 0;
    margin: 0;
}

.content__table {
	width: 100%;	
}
.content__table th {   
	font: 600 1.2em/1em 'myriad_pro', Arial, sans-serif; 
    color: #2f9ee4;
    text-align: left;
    background-color: #fff;
    padding: 15px 0;
}
.content__table td {
	font: 1.1em/1em 'myriad_pro', Arial, sans-serif;
	color: #3f4649;
    border: 1px solid #fff;
    padding: 24px 30px;
    border-radius: 5px;
}
.content__table ._OddRow td {
    background-color:#f1f9fe;
}

.content__table ._EvenRow td {
    background-color:#e0f3ff;
}
.content__table._activity_plan td:first-child,
.content__table td strong {
	font-weight: 600;
}




