#content{
    margin: 0 20px 0 0;
}

.h{
    font-weight: 900;
    border-bottom: 1px solid #ccc;
}

.abstract{
    overflow: hidden;
    text-overflow: ellipsis;
    width: 300px;
    max-height: 3em;
}

table, th, td{
    border: 1px solid black;
}


table{
    border-collapse: collapse;
    border: 1px solid black;
    width: 100%;
}
td{
    padding: 10px;
}

form{
    width:100%;
}

textarea{
    width: 100%;
    height: 200px;
    padding: 5px;
}

.instr{
    font-size: .7em;
    color: black;
}

.results{
    padding: 3px;
}