#s-m-t-tooltip {
    position:absolute;
    margin-top: 15px;
    z-index:9999;
    padding:3px 5px;
    background:#ffffff;
    color:#4f4e4e;
    border-radius:3px;
    font-size:11px;
    box-shadow: 0px 0px 2px 0px rgba(79,78,78,0.3);
}

::-webkit-scrollbar-thumb {background-color:#CCCCCC;}
::-webkit-scrollbar {background-color:transparent; width:1px; height:1px;}

/* --- basics --- */

body {
    background-color:#ffffff;
    background-image:url('img/bg.png');
    background-attachment:fixed;
    background-position:center center;
    
    background-repeat:repeat;
    background-size:auto;
    
    color:#4f4e4e;
    font-family: 'Poppins', sans-serif;
    font-size:11px;
    line-height:22px;
    font-weight:300;
    text-align:justify;
    margin:0;
}

a {
    color:#4f4e4e;
    text-decoration:none;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

    a:hover {
        color:#4f4e4e;
        text-decoration:none;
    }
    
p a, .description a {box-shadow:#b1b1b3 0px -1px 0px inset;}
p a:hover, .description a:hover {box-shadow:#b1b1b3 0px -17px 0px inset;}

img {
    border:none;
    text-decoration:none;
}

b, strong, bold {
    font-weight:700;
}

u {
    text-decoration:none;
}

    .firstletter, u {
        display:block;
        float:left;
        padding:12px 14px;
        background:#e1b646;
        color:#ffffff;
        font-weight:700;
        text-transform:uppercase;
        font-size:calc(11px + 4px);
        margin:0px 10px 0px 0px;
    }

s, strike {
    text-decoration-color:#e1b646;
}


blockquote {
    padding:0px 5px 0px 15px;
    border-left:1px solid #CCCCCC;
    margin-left:5px;
    margin-right:0px;
}

    blockquote img {
        max-width:360px;
        height:auto;
    }
    
        blockquote blockquote {
            margin-right:0px;
        }
        
            blockquote blockquote img {
                max-width:350px;
                height:auto;
                margin-top:10px;
            }

ul {
    padding-left:15px;
}

    ul li {
        list-style-type:none;
    }
    
        ul li:before {
          content: "— ";
          text-indent: -5px;
        }



h1 {
    margin:0px 0px 10px 0px;
    font-weight:bold;
    color:#e1b646;
    text-align:left;
}

h2 {
    font-weight:normal;
    color:#e1b646;
    text-align:left;
    text-transform:uppercase;
    font-size:calc(11px + 2px);
    letter-spacing:1px;
    word-spacing:2px;
}

    h2 b, b h2, h2 i, i h2,
    h2 strong, strong h2, h2 em, em h2 {
        color:#e1b646;
    }


.container {
    position:absolute;
    margin-top:-290px;
    top:50%;
    left:50%;
    margin-left:-520px;
    width:1000px;
    box-shadow:-10px 10px 0px #CCCCCC, inset 990px 0px 0px #fafafa;
    height:580px;
    background-color:#e1b646;
    border-radius:0px 10px 0px 0px;
    border:1px solid #4f4e4e;
    overflow:hidden;
}


.sidebar {
    position:absolute;
    top:0px;
    left:0px;
    width:450px;
    height:100%;
}

.side-img {
    position:absolute;
    z-index:100;
    bottom:0px;
    left:30px;
    width:440px;
    height:250px;
    border-radius:0px 10px 0px 0px;
    background-image:url('img/bob.jpg');
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
    box-shadow:10px -10px 0px #CCCCCC;
}

.side-icon {
    position:absolute;
    z-index:120;
    top:50px;
    left:430px;
    width:80px;
    height:80px;
    border-radius:50px;
    border:5px solid #CCCCCC;
    background-image:url('https://i.pinimg.com/originals/be/bb/ec/bebbec4b8fd2bab9e939dce49bbe2ae2.gif');
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
}

    .side-icon:before {
        content:'';
        position:absolute;
        top:40px;
        left:-315px;
        width:295px;
        height:1px;
        background-color:#CCCCCC;
    }
    
    .side-icon:after {
        content:'';
        position:absolute;
        top:100px;
        left:40px;
        width:1px;
        height:140px;
        background-color:#CCCCCC;
    }

.side-title {
    position:absolute;
    z-index:120;
    top:270px;
    left:-220px;
    width:500px;
    height:40px;
    padding:0px 10px;
    text-align:right;
    transform:rotate(-90deg);
    box-shadow:inset 0px -1px 0px #fafafa, inset 0px -11px 0px #e1b646;
}

    .side-title a {
        font-size:calc(11px + 18px);
        line-height:40px;
        font-weight:700;
        text-transform:lowercase;
        letter-spacing:2px;
        color:#4f4e4e;
    }

.description {
    position:absolute;
    z-index:110;
    top:140px;
    left:120px;
    width:310px;
    height:180px;
    overflow:auto;
    padding-right:46px;
}

.entries {
position:absolute;
z-index:3;
top:60px;
right:35px;
width:380px;
padding:20px 20px 0px 20px;
background-color:#ffffff;
overflow:hidden;
border-radius:10px 10px 0px 0px;
border:1px solid #CCCCCC;
max-height: 400px;    
overflow-y: auto;      
overflow-x: hidden;  
}






.links {    
position:absolute;
z-index:135;
align-items: center;
display: flex;
margin-right: 20px;
flex-direction: row;
flex-wrap: wrap;
text-transform: lowercase;
top:75px;
right:35px;
width:auto;
height:20px;
gap: 15px 10px;
}

.links a {
font-weight:700;
text-transform:uppercase;
cursor:pointer;
transition:all ease 0.5s;
text-align:right;

}




.title {
    font-weight:normal;
    font-size:calc(11px + 12px);
    line-height:calc(11px + 14px);
    color:#ffffff;
    text-align:center;
    
    width:400px;
    margin:-20px -20px 0px -20px;
    padding:20px;
    background-color:#4f4e4e;
    text-transform:lowercase;
    font-weight:700;
    letter-spacing:1px;
}
    



a.credit {
    position:fixed;
    z-index:10;
    right:20px;
    bottom:20px;
}


a.credit i {font-size:24px; color:#999;}
