html, body {
	min-height: 100vh;
	margin: 0;
	background: repeating-linear-gradient(to bottom, rgb(255, 255, 255), rgb(190, 225, 240) 100%);
}
.carousel-img {
	width: 100%;
	height: 100px;
}
.pagination {
	display: -webkit-flex;display:flex;align-items: center;justify-content: right;float: right;margin: 5px;
}
.el-talbe-header-cell {
	background-color: #f5f5f5;
	font-weight: bolder;
	color : black;
}
.el-talbe-row-cell {
	font-size: 16px;
}
.el-table--striped .el-table__body tr.el-table__row--striped td.el-table__cell {
	background: #F8EED1;
}
.el-link {
	font-size: 16px;
	margin-bottom: 0;
}
.el-form--inline .el-form-item {
	margin-right: 10px;
}
.el-form-item {
	margin-bottom: 5px;
}
.el-form-item__label {
	font-size: 16px;
	padding: 0;
}
.el-descriptions__header{
	display: inherit;
	text-align: center;
}
.el-descriptions__body .el-descriptions__table:not(.is-bordered) .el-descriptions__cell {
	padding-bottom: 0;
	font-size: 16px;
}