﻿.flex-container {
    display: flex;
    flex-wrap: wrap;
}

.flex-table-item {
    border: 1px solid lightgray;
    margin: 0 -1px -1px 0;
    padding: 2px 4px;
    width: 190px;
}

ul.bullet-list > li {
    list-style-type: disc !important;
}

@media only screen and (max-device-width : 955px) {
    .dob-field {
        padding-top: 1px;
    }

    td.mobileAdjustColumn {
        padding-top: 1px !important;
    }

    th.winterCoverColumn {
        padding-top: 5px !important;
    }
}