﻿#infoBox {
    background-color: #f9f9f9; /* Example background color */
    border-bottom: 1px solid #ccc; /* Example border */
    padding: 20px; /* Example padding */
}

.listItem:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.listItem:nth-last-child(2) {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.listItem {
    /*border-top: 1px solid black;*/
    border-bottom: 1px solid #00000011;
    /*width: 100%;*/
    background-color: #ffffff;
    left: 10px;
    right: 10px;
    padding: 10px;
    box-sizing: border-box;
}
