#welcome-container {
    display: grid;
    justify-content: center;
    width: 100%;
    margin: 5px;
}
#welcome-container > div {
    background: white;
    padding: 5px;
    border: 1px solid black;
    border-radius: 4px;
}
@media (width >= 660px) {
    #welcome-container {
	grid-template-columns: 33% 33% 33%;
    }
    .row-2 {
	grid-column: 1 / span 3;
    }
    .row-3 {
	grid-column: 1 / span 3;
    }
}
@media (width < 660px) {
    #welcome-container {
	grid-template-columns: width: 100%;
    }
}
img {
    max-height: 100%;
    max-width: 100%;
}
.img {
    width:100%;
    height: 150px;
    display: flex;
    justify-content: center;
    border:none;
    padding: 0px;
}
.row-1.col-2 {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
table {
    width: 100%;
    border-collapse: collapse;
}
td {
    border:solid 1px #ccc;
}
.service-day {width:11ex}
.service-time {width:7ex;}
span {
    display:inline-block;
    width:100%;
}
p {
    width:100%;
}
.row-1 p:nth-child(2),.row-1.col-2{
    font-weight:bold;
}
.row-1.col-1 p:nth-child(2){
    margin-top:1ex;
    margin-bottom:1ex;
}
.row-1 p {
    text-align: center;
    margin: 0pt;
    padding: 0pt;
}
.row-2 p:nth-child(1) {
    font-weight:bold;
    text-align: center;
}
.row-5 p:nth-child(1) {
    font-weight:bold;
    text-align: center;
}
.row-5.col-1,.row-5.col-3  {
    font-size: 80%;
}
#latest-button {
    display:none;
}
