body {
	padding-bottom: 30px;
}
.first-element{
	padding-top: 50px;
}
.theme-dropdown .dropdown-menu {
	position: static;
	display: block;
	margin-bottom: 20px;
}

.theme-showcase > p > .btn {
	margin: 5px 0;
}

.theme-showcase .navbar .container {
	width: auto;
}

.form-search-size{
    width: 100%;
}

@media only screen and (min-width: 600px) {
	.teacherDetailTable{
		table-layout: fixed;
	}
}
@media only screen and (max-width: 599px) {
	.teacherDetailTable{
		table-layout: auto;
	}
}