/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-bottom: 20px;
}

div {
    text-align: justify;
    text-justify: inter-word;
}

table { 
    table-layout: fixed;
}

.greyskin {

background-color: #eee;
background-size: cover;
}

.svg-container {
display: inline-block;
position: relative;
width: 100%;
vertical-align: middle;
overflow: hidden;
padding-top: 10px;
padding-bottom: 10px;
}