Engineering Management Webinar
/**/table td {
padding-top:1em;
border: 0px solid #ccc;
}
.flex-container {
display: flex;
flex-wrap: nowrap;
}
table td:last-child {
border-left:1px solid #ccc;
padding-left: 2em;
display:inline-block;
}
table td:first-child {
padding-left: 0em;
}
ul {
margin: 2em;
}
@media screen and (max-width: 600px) {
.mobile-hide {
display:none;
}
}
@media screen and (max-width: 768px) {
table.table-responsive thead {