﻿@font-face {
    font-family: "myFont";
    src: url("W95FA/W95FA.otf");
}



body
{
    background-color: rgb(217, 213, 205)
}
* {
    border: 1px solid black;
    font-family: "myFont";
    font-size: 1.1em;
}

h2 {
    font-size: 1.8em;
}

h3 {
    font-size: 1.5em;
}

table {
    font-size: 0.75em;
}

/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #D4D0C8;
}

    /* Style the buttons that are used to open the tab content */
    .tab button {
        background-color: inherit;
        float: left;
        outline: none;
        cursor: pointer;
        transition: 0.3s;
    }

        /* Change background color of buttons on hover */
        .tab button:hover {
            background-color: #E7E4DF;
        }

        /* Create an active/current tablink class */
        .tab button.active {
            background-color: #ccc;
        }

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

.bold {
    font-weight: bold;
}

.isl-letters {
    font-family: Arial;
    border: 0px;
    font-weight: bold;
}

p {
    width: 600px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    padding: 10px;
    margin: 10px;
}

h4 {
    padding-bottom: 0px;
    margin-bottom: 0px;
}