@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

@media screen and (max-width: 600px) {
  table {
    border: 0;
  }
  table thead {
    display: none;
  }
  table tr {
    margin-bottom: 10px;
    display: block;
    border-bottom: 2px solid #ddd;
  }
  table td {
    display: block;
    text-align: right;
    font-size: 13px;
    border-bottom: 1px dotted #ccc;
    border-right: 1px solid transparent;
	min-height: 40px;
  }
  table td:last-child {
    border-bottom: 0;
  }
  table td:before {
    content: attr(data-label);
    float: left;
    text-transform: uppercase;
    font-weight: 400;
  }
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
  
.form-inline{
	margin-left: 25%;
}

.table-wrap {
    text-align: center;
    display: inline-block;
	background-color: #fff;
	padding: 2rem 2rem;
	color: #000;
	width: 100%;
}
 
 table {
    border: 1px solid #ccc;
    width: 100%;
    margin:0;
    padding:0;
    border-collapse: collapse;
    border-spacing: 0;
}
 
table tr {
    border: 1px solid #ddd;
    padding: 5px;
}
 
table th, table td {
    padding: 10px;
    border-right: 1px solid #ddd;
}
 
table th {
    color: #fff;
    background-color: #232e4e;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}