.page-turma {
   /* padding-bottom: 2px;
    margin: 10px 0 5px;*/
    border-bottom: 2px solid #eee;
}

.list-info-aluno {
    position: relative;
    display: block;
    padding: 2px 10px;
    margin-bottom: -1px;
    background-color: #dfe8f6;
    border: 1px solid #dfe8f6;
}

.list-group-aluno {
    padding-left: 0;
    margin-bottom: 10px;
}

.info-aluno{
	 background-color: #dfe8f6;
}

.row {
    margin-right: -5px !important;
    margin-left: -5px !important;
}

.fundo {
	background-color: #dfe8f6;
	border-radius: 6.5px;
}

#modal-replicar ul {
	-moz-column-count: 2;
	-moz-column-gap: 20px;
	-webkit-column-count: 2;
	-webkit-column-gap: 20px;
	column-count: 2;
	column-gap: 20px;
	list-style: none;
}

#modal-replicar ul li {
	font-size: 12px;
}

#divPrintButton {
    text-align: right;
    padding: 0 5px 5px 0;
}