﻿
a{
    text-decoration-color:white !important;
}
a:hover {
    color:white;
}

button {
    cursor:pointer;
}

fieldset {
    border: 1px solid #ddd !important;
    margin: 0;
    xmin-width: 0;
    padding: 10px;
    position: relative;
    border-radius: 4px;
    background-color: #FAFAFA;
    padding-left: 10px !important;
}

legend {
    font-family: Montserrat !important;
    font-size: 14px !important;
    font-weight: bold;
    color: #000 !important;
    margin-bottom: 0px;
    width: 35%;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px 5px 5px 10px;
    background-color: #ffffff;
}

.cssLegend {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: bold;
    color:#000;
}

ul {
    list-style: none;
}

.cssFS {
    align-items:flex-start !important;
}
