.meetings {
	margin:		10px 0px 10px 0px;
	padding:	0px 0px 0px 0px;
}

table.student-awards {
    width: 100%;
	margin: 10px auto;
    border-top: 1px solid #000000;
    border-left: 1px solid #000000;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: #FFFFFF;
    empty-cells: show;
	line-height: 130%;
}

.student-awards th {
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    background-color: #E0E0E0;
    padding: 5px;
	
    color: #000000;
    text-align: center;
	font-weight: bold;
}

.student-awards th.name {
    width: 200px;
}

.student-awards th.no {
    width: 40px;
}

.student-awards th.title {
    width: 540px;
}

.student-awards td {
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    padding: 5px;
    text-align: center;
}
