/*Fonts*/

@import url('https://fonts.googleapis.com/css?family=Merriweather');
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab');

#events {
    position: relative;
    top: 75px;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
	margin-bottom: 200px;
}

#ul-events {
    line-height: 1.7;
    list-style-type: none;
    position: relative;
    left: -40px;
}

.li-none {
    list-style-type: none;
}
table{
    width: 100%;
}

.td-links{
    text-align: left;
}
@media(max-width: 1200px) {
    #events {
        width: 80%;
    }
}