@charset "UTF-8";
/* CSS Document */

.mb-15 {
	margin-bottom: 15px;
}
.mt-15 {
	margin-top: 15px;
}
.mb-30 {
	margin-bottom: 30px;
}
.mt-30 {
	margin-top: 30px;
}

.striped:nth-child(odd)  {
	background-color: #E8E8E8;
}
.striped {
	padding: 0 5px;
}

#contents {
	overflow: scroll;
}



#tablePlanning {
	font-size: 11px !important;
}

.table-nowrap {
	table-layout:fixed;
}
table.scroll {
    display: table;
}
table.scroll thead,
table.scroll tfoot,
table.scroll tbody {
    float: left;
    width: 100%;
}
table.scroll tbody {
    overflow: auto;
}
table.scroll tr {
    width: 100%;
    display: table;
    text-align: left;
}
/*
table.scroll th, table.scroll td {
    width: 33%;
}
*/