.tabs {
    overflow: hidden;
    float: left;
    margin: 40px
    /*background-color: #f1f1f1;*/
}

.tablinks {
    background-color: #f1f1f1;
    float: left;
    border: 1px solid;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
}

.tabcontent {
    display: none;
    padding: 6px 12px;
    border-top: none;
}
.tagline {
    font-family: Arial;
    color: yellow;
}
.tabHolder {
    margin:auto;
    width: 50%;
    height: 100px;
}
table {
    padding: 10px;
    font-family: Arial;
    width: 95%;
    table-layout: fixed;
    border-collapse: collapse;

}
th, td {
    padding-left: 15px;
    padding-right: 10px;
    border-right: 1px solid lightgray;

}

th {
    background-color: #f2f2f2;
}

td:first-child {
    color: blue;
}

td:nth-child(2){
    color: green;
}
td:nth-child(3){
    color: blue;
}

th:last-child,
td:last-child {
  border-right: none;
}
.countDiv {
    font-size: large;
    font-family: arial;
    color: white;
}
.kgLabel {
    font-family: Arial;
    color: white;
}
.hyLabel {
    font-family: Arial;
    color: white;
}
.qdiv {
    margin-bottom: 20px;
}
.qpropsc {
    width: 30%;
    float: left;
    color: white;

}
.qprops {
    min-height: 150px;
    max-height: 800px;
    border: darkslategray 1px solid;
    background-color: beige;
    overflow-y: auto;
}
.rpropsc {
    width: 40%;
    float: left;
    color: white;

}
.rprops {
    min-height: 150px;
    border: darkslategray 1px solid;
    background-color: beige;
    max-height: 800px;
    overflow-y: auto;

}
.answerc {
    width: 30%;
    float: left;
    color: black;
}

.answer {
    min-height: 150px;
    border: darkslategray 1px solid;
    background-color: beige;
    font-family: arial;
    max-height: 800px;
    overflow-y: auto;
    padding-left: 3px;
    padding-right: 3px;

}
.bottomd {
    clear: both;
}

.label {
    font-size: 125%;
    text-align: center;
 }

.smalltd {
    padding: 5px;
    width: 33%;
}
 body {
     /*background-image: url({{ url_for('static', filename='reliath_background.webp'); }})*/
    background-image:  url('reliath_background.webp');
  }
 .suggestions {
     color: white;
 }
 .result_table {
     background-color: beige
 }
 .topicLabel {
     color: white;
 }
 table {
     background-color: beige;
 }
 #factCount {
     font-size: 110%;
     color: white;
 }
 .label {
     color: white;
 }