/* @import url(../../css/core.css); */

/* body {
     background-color: white;
     color: black;
     margin-left: 4em; margin-right: 4em;
} */

talk {
    margin-left: 20%; margin-right: 20%;
}

title {
    display: block;
    color: rgb(20,0,255);
    font-size: xx-large;
    margin: 1em;
    text-align: center;
}

speaker {
    display: block;
    background: rgb(50,65,150);
    color: white;
    font-size: x-large;
    text-align: center;
}

abstract {
    display: block;
    background-color: rgb(220,220,220);
    text-align: justify;
    margin-top: 1em;
    padding: 1em;
}


abstract:before {
    display: block;
    content: "Abstract: ";
    color: rgb(204,51,51);
    font-size: x-large;
    text-align: left;
}


abstract p {
    display: block;
    margin: +1em;
    text-align: justify;
}