Never did this kind of tinkering before. However I installed Stylus in Firefox, pasted the code snippet and saved.
.wrap {
width:99%;
max-width:99%;
}
.topic-body {
width: calc(100% - (100px));
}
I got what I was asking for at the first try!