/* .list-aggregate>li>a { */
    /* width: 85%; */
    /* height: 25px; */
    /* line-height: 25px; */
    /* display: block; */
    /* text-align: left; */
    /* /* margin: 7px auto; */ */
    /* font-size: 19px; */
    /* overflow: hidden; */
/* } */

/* a{text-decoration:none;} */


.list-aggregate>li {
    padding: 10px 0;
	margin:10px 0px;
    border-bottom: 1px solid #05253a;
    -webkit-transition: ease-in-out background-color .15s .05s;
    -o-transition: ease-in-out background-color .15s .05s;
    transition: ease-in-out background-color .15s .05s;
}
ul, li {
    list-style: none;
}


.list-aggregate li { border-bottom: 1px solid #05253a; width:250px; margin:10px 0px;}

.list-aggregate li strong { color: #b7040a; padding-bottom:5px; font-size:18px; font-family: 'Sansita', sans-serif; }

.list-aggregate li strong:hover { color: #05253a; }

.list-aggregate li a {color : #0165b1 !important;}
/* .list-aggregate li p { color: #000; */
    /* padding: 0 10px; */
    /* font-size: 13px; */
    /* text-align: justify; */
    /* font-weight: 400; */
    /* height: 35px; */
    /* line-height: 18px; */
    /* overflow: hidden;	} */

/* .list-aggregate li:hover { background-color: #fc6d58 } */