@font-face {
    font-family: "TES";
    src: url("./tes-system-2.woff")
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "TES", sans-serif
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.2em;
    padding-top: 4px;
}

h4 {
    font-size: 1.1em;
}

a {
    text-decoration: none;
    color: #337ab7;
}

article img {
    max-width: 100%;
    box-shadow: 8px 8px rgba(0, 0, 0, 0.3);
    transition: all 0.4s ease;
    border: solid;
    border-width: thin;
    border-color: black;
}

article img:hover {
    box-shadow: 4px 4px rgba(0, 0, 0, 0.8);
}

.styleless img {
    border: none;
    box-shadow: none;
    transition: none;
    padding-bottom: 5px;
}

.styleless img:hover {
    box-shadow: none;
}

.user-details {
    order: 40;
    padding-right: 5px;
    align-content: center;
    font-size: 11pt;
}