a:hover, a:visited, a:link, a:active
{
        text-decoration: none;
    color: #2B6597;
}
.card-header{
    background-color: #23527C;
    color: white;
        margin: 3px;
        border-radius: 5px;
        text-align: center;
        font-family: Georgia, serif;
}
.card-header h3{
        margin-bottom: 0px !important;
}
.card-header.altro{
    background-color: #B3D0EA;
    color: #2B6597;
        margin: 3px;
        border-radius: 5px;
        text-align: center;
}
.card{
    border-color: #2B6597;
}
.card-body{
    padding: 5px;
}
.li-item{
        margin-bottom: 5px;
}
.li-item:hover{
        background-color: #F6F7F9;
        border-radius: 5px;
}
.li-item a::before{
        content:'\2022 \a0';
}

*, *:before, *:after {box-sizing:  border-box !important;}

.myrow {
 -moz-column-width: 18em;
 -webkit-column-width: 18em;
    column-width: 18em;
 -moz-column-gap: 1em;
 -webkit-column-gap: 1em;
    column-gap: 1em;
}

.myitem {
 display: inline-block;
 width:  100%;
 border: solid #2B6597 1px;
 border-radius: 5px;
}

.mywell {
 position:relative;
 display: block;
}
