/*!
 * Start Bootstrap - 4 Col Portfolio (https://startbootstrap.com/template-overviews/4-col-portfolio)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-4-col-portfolio/blob/master/LICENSE)
 */


col-lg-3.image.card-img-top {
	width: 254px;
	height: 189px;
	important!;
}

col-md-4.image.card-img-top {
	width: 200px;
	height: 150px;
	important!;
}

h4 {
	text-align:center;
}

.card-body{
	margin-top: -25px;
	margin-left: -22px;
	margin-right: -22px;
	margin-bottom: -25px;
}
.card {
	min-height: 200px;
}

table {
	font-size: small;
	text-align: left;
}

table.th {
	font-weight: bold;
}

.modal-body {
    position: relative;
    overflow-y: auto;
    margin: 0;
    padding: 0;
}
.modal-content{
    padding: 0;
    margin: 0;
}

.modal-footer{
    padding: 0;
    margin: 0;
}

.modal {
  text-align: center;
}

.modal-dialog {
    max-width: 640px;
	max-height: 480px;	
}

.customContainer1{
     margin-left: 20%;
     margin-right:20%;
}