@import url(//fonts.googleapis.com/css?family=Roboto:400,700);

body {
    margin: 0;
    padding: 0;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 14px;
    color: #333;
}

.pagenotfound {
    text-align: center;
    margin-bottom: 100px;
    color: #dd042b;
    font-size: 24px;
}

p {
    line-height: 1.6;
    margin-top: 20px;
}

.header {
    background-color:#5C1932;
    display: block;
    box-sizing: border-box;
    line-height: 21px;
    text-align: left;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    text-rendering: optimizeSpeed;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
.header > a {
    display: inline-block;
}
.ofelia-logo {
    box-sizing: border-box;
    display: block;
    max-width: 260px;
    padding: 2px;
    width: 100%;
}

.compatibility-table {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    font-family: sans-serif;
    min-width: 400px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    width:100%;
}

.rest-api-column{
    width: 70%;
    border-left: 1px solid #e1e1e1;
}

.compatibility-table thead tr {
    background-color: #5C1932;
    color: #ffffff;
    text-align: left;
}

.compatibility-table th,
.compatibility-table td {
    padding: 12px 15px;
}
