.table1
{
width:100%
}

.table1 th
{
background-color:#ef6c57;
padding: 12px;
border: 1px solid black;
}

.table1 td
{
padding: 12px;
border: 1px solid black;
}

.welcome
{
	padding-top: 250px;
padding-bottom: 250px;
}

.card-img
{
	height:400px;
}

.card-img-overlay
{
	background: rgba(0,0,0,0.6);
}

.padding-bottom
{
	padding-bottom:40px;
}

.margin-bottom
{
	margin-bottom:40px;
}
.margin-top
{
	margin-top:40px;
}

.width-80
{
	max-width:80% !important;
}

.width-100
{
	max-width:100% !important;
}

.bg-own
{
	background-color: #ef6c57 !important;
}

.form-border
{
	border:	black solid 2px !important;
}

fieldset
{
	border:black solid 2px !important;
}

legend
{
	width:22% !important;
	margin-left: 40px !important;
	padding-left:3px !important;
}

.pagination li {

    padding-right: 10px;

}
