
@font-face {
    font-family: "Prociono";
    src: url("/fonts/Prociono.woff2"), url('/fonts/Prociono.eot');
}

@font-face {
    font-family: "Open Sans";
    src: url("/fonts/OpenSans.woff2"), url('/fonts/OpenSans.eot');
}

@font-face {
    font-family: "Anonymous Mono";
    src: url("/fonts/AnonymousPro.ttf"), url('/fonts/AnonymousPro.eot');
}

@font-face {
    font-family: "FontAwesome";
    src: url("/fontawesome/fonts/fontawesome-webfont.woff2"), url('/fontawesome/fonts/fontawesome-webfont.eot');
}

body
{
    background: #ebe8de;
    font-family: 'Open Sans', sans-serif;
    color: #333333;
    text-align: center;
}

body.dialog
{
    background: #ffffff;
    text-align: left;
}

body.dialog a
{
    color: #000000;
}

a
{
    color: #d07a00;
}

strong
{
    font-weight: bold;
}

.columns
{
    display: flex;
    flex-direction: column;
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
    height: 2000px;
}

article.recipe
{
    width: 220px;
    margin: 0px;
}

section > header.error_404
{
    font-family: 'Prociono', serif;
    color: #754633;
    font-size: 220pt;
    margin-bottom: 40px;
}

section > article.error_404
{
    font-family: 'Prociono', serif;
    color: #754633;
    font-size: 24pt;    
    text-align: center;
}

small.blogtime 
{
    font: 7pt;
    color: #aaaaaa; 
}

hr.dark
{
    border: 0px;
    height: 1px;
    background: #555;
}

td
{
    padding: 3px 3px;
}

td.folderpadding
{
    width: 150px;
}

td.red
{
    color: #ff0000;
}

td.red > a
{
    color: #ff0000;
}

td > h3
{
    font-family: 'Prociono', serif;
    font-size: 16pt;
    font-weight: bold;
    color: #754633;
}

table.cal
{
    margin: 5px;
}

td.cal
{
    font-family: 'Prociono', serif;
    text-align: right;
    margin: 10px;
    padding: 0px 6px;
}

td.caltoday
{
    border: 3px solid #754633;
    border-radius: 8px;
    /*
    background-image: url('pics/today.png');
    background-position: center center;
    background-repeat: no-repeat;
    */
}

th.calyear
{
    font-family: 'Prociono', serif;
    text-align: center;
}

th.calmonth
{
    font-size: 18pt;
    font-family: 'Prociono', serif;
    text-align: center;
    border-bottom: 1px solid black;
}

th.smallcalmonth
{
    font-family: 'Prociono', serif;
    text-align: center;
}

td.smallcalweek
{
    font-size: 6pt;
    padding: 0px 3px;
}

th.cal
{
    font-size: 10pt;
    font-family: 'Prociono', serif;
    text-align: right;
    margin: 10px;
    padding: 6px;
}

img
{
    box-shadow: 6px 6px 5px #888888;
    margin-right: 8px;
    margin-bottom: 8px;
    margin-top: 8px;
}

img.icon
{
    margin-right: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
}

img.player
{
}


/* img.foton should be converted to no_shadow and be removed */
img.foton, img.no_shadow
{
    box-shadow: none;
    max-width: none;
}

img[src*="smiley"]
{
    box-shadow: none;
    max-width: none;
    margin: 0px;
    padding-left: 0px;
}

img.blog, img.blogg
{
    width: 550px;
    padding: 7px;
    background-color: #ffffff;
}

img.album_covers
{
    padding: 7px;
    background-color: #ffffff;
}

img.vote_neg
{
    height: 20px;
    opacity: 0.2;
    padding: 1px;
    margin: 0px;
}

img.vote_pos
{
    height: 20px;
    padding: 1px;
    margin: 0px;
}

picture img
{
    /* box-shadow: 6px 6px 3px #888888; */
}

p.button
{
    font-family: 'Open Sans', sans-serif;
    font-size: 12pt;
    text-decoration: none;
}

aside.votes
{
    display: inline-block;
    vertical-align: top;
    text-align: center;
    font-family: 'Prociono', serif;
    font-size: 62pt;
    line-height: 100%;
}

aside.votes > a
{
    color: #d07a00;
    text-decoration: none;
}

aside.votes a:hover
{
    text-decoration: underline;
}

aside.widgets
{
    display: inline-flex;
    display: -webkit-inline-flex;
    vertical-align: top;
    text-align: center;
    width: auto;

    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-direction: row;
    -webkit-flex-direction: row;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

section
{
    max-width: 800px;
    margin: 25px 30px 25px 30px;
    display: inline-block;
    text-align: left;
}

section > p
{
    font-family: 'Open Sans', sans-serif;
    font-size: 14pt;
    line-height: 120%;
    /* padding-bottom: 10px; */
}

section > h1
{
    font-family: 'Prociono', serif;
    font-size: 25pt;
    color: #754633;
}

.temp_container
{
    width: 600px;
    margin: 0 auto;
}

@media only screen and (max-width : 1283px) 
{
    aside.widgets
    {
        display: inline-block;
        width: 300px;
    }
}

@media only screen and (max-width : 660px) 
{
    article > p > a > img, article > div > a > img, article > p > img, article > img
    {
        max-width: 90% !important;
        height: unset !important;
        max-height: unset !important;
    }

    .temp_container
    {
        width: 400px;
        margin: 0 auto;
    }
}

@media only screen and (max-width : 480px) 
{
    section
    {
        margin: 10px;
        max-width: 480px;
    }
    
    .temp_container
    {
        width: 320px;
        margin: 0 auto;
    }
    
    aside.votes
    {
        display: inline;
    }

    .columns
    {
        -webkit-column-count: 1; /* Chrome, Safari, Opera */
        -moz-column-count: 1; /* Firefox */
        column-count: 1;
    }

    article > p > a > img, article > div > a > img, article > p > img, article > img
    {
        max-width: 90% !important;
        height: unset !important;
        max-height: unset !important;
    }

    img.blog
    {
        max-width: 90% !important;
        box-shadow: 6px 6px 5px #888888;
    }

    video
    {
        max-width: 90%;
        height: unset;
    }
    
    div.flex
    {
        max-width: 90%;
    }

    section > header.error_404
    {
        font-family: 'Prociono', serif;
        color: #754633;
        font-size: 120pt;    
    }

    section > article.error_404
    {
        font-family: 'Prociono', serif;
        color: #754633;
        font-size: 20pt;    
        text-align: center;
    }
}  

@media only screen and (max-width : 320px) 
{  
    section
    {
        margin: 10px;
        max-width: 320px;
    }

    .temp_container
    {
        width: 280px;
        margin: 0 auto;
    }
    
    aside.votes
    {
        display: inline;
        vertical-align: initial;
    }

    video
    {
        max-width: 90%;
        height: unset;
    }
    

    img.blog
    {
        box-shadow: 6px 6px 5px #888888;
        max-width: 90% !important;
    }

    div.flex
    {
        max-width: 90%;
    }

    section > header.error_404
    {
        font-family: 'Prociono', serif;
        color: #754633;
        font-size: 80pt;    
    }

    section > article.error_404
    {
        font-family: 'Prociono', serif;
        color: #754633;
        font-size: 18pt;    
        text-align: center;
    }
}   

header.top_header
{
    background-color:#754633;
    position: relative;
    width: 100%;
    margin: 0 auto 20px auto;
    padding-top: 40px;
    text-align: left;
}

header.top_header h1
{
    margin: 0 0 0 0;
    font-size: 48pt;
    font-weight: bold;
    color: #ffffff;
    font-family: 'Prociono', serif;
    padding-left: 40px;
    text-shadow: 2px 2px 4px #000000;
}

header.top_header p.tag_line
{
    font-family: 'Prociono', serif;
    font-size: 18pt;
    color: #ffffff;
    margin-left:20%;
    margin-bottom: 35px;
    /* width: 100%; */
    text-shadow: 2px 2px 2px #000000;
}

article
{
    font-family: 'Open Sans', sans-serif;
    max-width: 600px;
    margin: auto auto 25px auto;
    font-size: 14pt;
    font-weight: normal;
    line-height: 130%;
    /* display: inline-block; */
}

article > p
{
    line-height: 120%;
}

b
{
    font-weight: bold;
}

i
{
    font-style: italic;
}

div.top_widget
{
    display: inline-block;
    /* float: right; */
}

div.flex
{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-direction: row;
    -webkit-flex-direction: row;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

div.flex_cal_layout
{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-direction: row;
    -webkit-flex-direction: row;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

div.widgets
{
    margin: 25px 15px 25px 15px;
    width: auto;
}

div.flex1
{
    -webkit-flex: 1;
    flex: 1;
    margin: 25px 0px 25px 30px;
    width: auto;
}

div.flex2
{
    -webkit-flex: 2;
    flex: 2;
    margin: 0px 0px 0px 0px;
    width: auto;
}

div.flex_cal
{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-direction: row;
    -webkit-flex-direction: row;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    justify-content: center;
}

div.back_forth
{
    height: 30px;
}

article.foton
{
    /* display: inline-block; */
    font-family: 'Open Sans', sans-serif;
    font-size: 12pt;
    /* width: 120px; */
    margin: 0px;
    padding: 0px;
    text-align: center;
    vertical-align: top;
}

article.cal_layout
{
    /* display: inline-block; */
    font-family: 'Open Sans', sans-serif;
    font-size: 12pt;
    /* width: 120px; */
    margin: 5px;
    padding: 0px;
    text-align: center;
    vertical-align: top;
}

article.widget
{
    font-size: 12pt;
    width: 250px;
    font-weight: normal;
    display: block;
    text-align: left;
    background-color: #ffffff;
    padding: 10px;
    box-shadow: 6px 6px 5px #888888;    
}

article > p > a
{
    text-decoration: none;
    color: #000000;
}

article > p > a:hover
{
    text-decoration: underline;
    color: #000000;
}

article.search_result
{
    font-family: 'Prociono', serif;
    font-size: 12pt;
    max-width: 600px;
    font-weight: normal;
    display: block;
    text-align: left;
}

article.browse_covers
{
    display: inline-block;
    margin: auto auto auto auto;
}

.center
{
    text-align: center;
}

.right
{
    text-align: right;
}

.left
{
    text-align: left;
}

.top
{
    vertical-align: top;
}

.nowrap
{
    white-space: nowrap;
}

form > a
{
    text-decoration: none;
    color: #000000;
}

input[type=text]
{
    font-family: 'Open Sans', sans-serif;
    font-size: 14pt;
}

input[type=date]
{
    font-family: 'Open Sans', sans-serif;
    font-size: 14pt;
}

input[type=submit]
{
    font-family: 'Open Sans', sans-serif;
    font-size: 14pt;
}

input[type=email]
{
    font-family: 'Open Sans', sans-serif;
    font-size: 14pt;
}

input[type=password]
{
    font-family: 'Open Sans', sans-serif;
    font-size: 14pt;
}

button[type=button]
{
    font-family: 'Open Sans', sans-serif;
    font-size: 14pt;    
}

select
{
    font-family: 'Open Sans', sans-serif;
    font-size: 16pt;
}

form > select.lending_movies
{
    max-width: 600px;
}

form > textarea
{
    font-family: 'Open Sans', sans-serif;
    font-size: 14pt;
    width: 80%;
}

form > select
{
    font-family: 'Open Sans', sans-serif;
    font-size: 14pt;
}

form.foton
{
    font-family: 'Open Sans', sans-serif;
    font-size: 10pt;
}

form > select.foton
{
    font-family: 'Open Sans', sans-serif;
    font-size: 10pt;
}

form > input[type=submit].foton
{
    font-family: 'Open Sans', sans-serif;
    font-size: 10pt;
}

code
{
    font-family: 'Anonymous Mono', monospace;    
    font-weight: bold;
}

article > header
{
    font-family: 'Prociono', serif;
    font-size: 16pt;
    color: #000000;    
}

p
{
    margin-top: 3px;
    margin-bottom: 5px;
}

article > header > p
{
    font-size: 14pt;
    color: #d07a00;
}

article > header > h3
{
    font-weight: bold;
    color: #754633;
    font-size: 20pt;
    padding-bottom: 5px;
    line-height: 120%;
    text-overflow: ellipsis;
    overflow: hidden;
}

article > header > h3.cal
{
    font-weight: bold;
    color: #754633;
    font-size: 36pt;
    padding-bottom: 5px;
    line-height: 120%;
    width: 100%;
    text-align: center;
}

article > header > h3 > a
{
    color: #754633;
    font-size: 26pt;
}

article > footer
{
    font-size: 13pt;
    color: #d07a00;
}

article > footer > a
{
    font-size: 13pt;
    color: #d07a00;
}

span.marked 
{
    border: 1px dashed #f00;
    background-color: #fff0f0;
}

.container
{
    display: table;
    width: 90%;
    border-collapse: collapse;
}

.track_heading
{
    font-family: 'Prociono', serif;
    color: #754633;
    font-size: 20pt;
    display: table-row;
    text-align: left;
    line-height: 25px;
    border-bottom: 1px solid #754633;
}

.heading
{
    display: table-row;
    text-align: left;
    line-height: 25px;
    border-bottom: 1px solid #CCC;
}

.table-row:nth-child(even)
{  
    display: table-row;
    text-align: left;
    background-color: #CCC;
}

.table-row:nth-child(odd)
{  
    display: table-row;
    text-align: left;
}

.col
{
    display: table-cell;
    padding: 3px;
}

.popup_container
{
    position: absolute;
    z-index: 1000;
    border-width: 1px;
    border-color: #000000;
    border-style: solid;
    background: #ebe8de;
}

div.title_wrapper
{
    width: 100%;
    background: #754633;
    color: #fff;
    text-align: center;
    font-weight: bold;
    display: table;
}

div.dialog_title
{
    width: 100%;
    display: table;
    height: 40px;
    vertical-align: top;
}

div.dialog_close
{
    display: table-cell;
    width: 20px;
    vertical-align: middle;
    text-align: right;
    font-size: 16pt;
    cursor: pointer;
    padding-right: 8px;
}

div.dialog_title > p
{
    display: table-cell;
    vertical-align: middle;
    font-size: 16pt;
    cursor: default;
}

.inner_dialog
{
    margin: 20px;
    text-align: left;
}

.inner_dialog .dialog_icon
{
    color: #d07a00;
    text-align: center;
}

.inner_dialog > h3
{
    font-weight: bold;
    color: #754633;
    font-size: 14pt;
    padding-bottom: 5px;
    line-height: 120%;
    text-overflow: ellipsis;
    overflow: hidden;
}

.inner_dialog input[type="submit"], button
{
    min-width: 60px;
    color: black;
    border: 1px solid black;
    font-size: 14pt;
    min-width: 80px;
    min-height: 30px;
}

.inner_dialog input[type="text"]
{
    width: 400px;
}

.progressBar { 
    border: 1px solid #aaaaaa;
    padding: 1px 1px 1px 1px;
    margin: 20px 20px 20px 20px;
    height: 40px;
    width: 600px;
    font-size: 16pt;
}

div.percentImage > p
{
    padding: 0;
    margin: 0;
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
    position: absolute;
    top: 70px;
    left: 290px;
}

div.progressImage > p
{
    padding: 0;
    margin: 0;
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
    position: absolute;
    top: 135px;
    left: 290px;
}

.progressBarSmall { 
    border: 1px solid #aaaaaa;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    height: 14px;
    width: 150px;
}

div.percentImage
{
    color: #ffffff;
    background-color: #d07a00;
    /* background-image: -webkit-linear-gradient(top, #754633, #d07a00); */
    text-align: center;
    text-shadow: 1px 1px 1px #000000;
    height: 100%;
    width: 0px;
    display: table;
}

div.progressImage
{
    color: #ffffff;
    background-color: #d07a00;
    /* background-image: -webkit-linear-gradient(top, #754633, #d07a00); */
    text-align: center;
    text-shadow: 1px 1px 1px #000000;
    height: 100%;
    width: 0px;
    display: table;
}

#filelist
{
    width: 400px;
    height: 150px;
    overflow: auto;
    border: 1px solid black;
}

article > p > a.blog
{
    color: #d07a00;
    /* text-decoration: underline; */
}

article > p > a.blog:hover
{
    color: #754633;
    /* text-decoration: underline; */
}

ul
{
    list-style-type: disc;
    list-style-position: inside;
    margin: 10px 20px 10px 10px;
    line-height: normal;
}

video
{
    box-shadow: 6px 6px 5px #888888;
}

ol
{
    list-style-type: decimal;
    list-style-position: inside;
    margin: 10px 20px 10px 10px;
    line-height: normal;
}

li
{
    margin: 0px 3px;
}

li.menu
{
    margin: 0px 0px;
}

li.playlist
{
    margin: 0px 0px;
    text-decoration: none;
    list-style-type: none;
}

em
{
    font-style: italic;
}

sub
{
    vertical-align: sub;
    font-size: smaller;
}

sup
{
    vertical-align: super;
    font-size: smaller;
}

a.playlist
{
    text-decoration: none;
}

.beforeAfterSlidebar 
{
    position: relative;
    width: 490px;
    height: 325px;
}

.beforeAfterSlidebar div 
{
    position: absolute;
    top: 0px;
    left: 0px;
    overflow: hidden;
}

.topImage 
{
    border-right: solid 4px black;
    max-width: 490px;
}

.bottomImage
{
    display: block;
}

@media only screen and (max-width: 480px)
{
    img.before_after
    {
        width: 270px;
    /* overflow: hidden; */
    }

    .topImage 
    {
        border-right: solid 4px black;
        max-width: 270px;
    }

    .beforeAfterSlidebar 
    {
        position: relative;
        width: 270px;
        height: 200px;
    }

    .lb_controls
    {
        width: 200px;
    }

    .progressBar { 
        border: 1px solid #aaaaaa;
        padding: 1px 1px 1px 1px;
        margin: 5px 5px 5px 5px;
        height: 20px;
        width: 320px;
    }

    .inner_dialog input[type="text"]
    {
        width: 300px;
    }

    #filelist
    {
        width: 320px;
        height: 100px;
        overflow: auto;
        border: 1px solid black;
    }
}

ul.polaroids
{
    list-style-type: none;
    display: inline-flex;
    display: -webkit-inline-flex;
    flex-wrap: wrap;
}

ul.polaroids a:after
{
    content: attr(title);
}

/* By default, we tilt all our images -2 degrees */
ul.polaroids a
{
    background: #fff;
    display: inline;
    float: left;
    margin: 0 -30px 27px 0;
    width: auto;
    padding: 10px 10px 15px;
    text-align: center;
    text-decoration: none;
    font-family: "Marker Felt", sans-serif;
    color: #333;
    transform: rotate(-2deg);
    box-shadow: 0 3px 6px rgba(0,0,0,.25);
    transition: transform .3s;
    max-height: 200px;
    min-height: 80px;
    min-width: 80px;
}
 
/* Rotate all even images 2 degrees */
ul.polaroids > li:nth-child(even) > img, ul.polaroids > li:nth-child(even) > a
{
    transform: rotate(2deg);
}
 
/* Don't rotate every third image, but offset its position */
ul.polaroids li:nth-child(3n) img, ul.polaroids > li:nth-child(3n) > a
{
    transform: none;
    position: relative;
    top: -5px;
}
 
/* Rotate every fifth image by 5 degrees and offset it */
ul.polaroids li:nth-child(5n) img, ul.polaroids > li:nth-child(5n) > a
{
    transform: rotate(5deg);
    position: relative;
    right: 5px;
}
 
/* Keep default rotate for every eighth, but offset it */
ul.polaroids li:nth-child(8n) img, ul.polaroids > li:nth-child(8n) > a
{
    position: relative;
    top: 8px;
    right: 5px;
}
 
/* Keep default rotate for every eleventh, but offset it */
ul.polaroids li:nth-child(11n) img, ul.polaroids > li:nth-child(11n) > a
{
    position: relative;
    top: 3px;
    left: -5px;
}

/* Scale the images on hover, add transitions for smoothing things out, and ensure the hover appears on top */
ul.polaroids img:hover, ul.polaroids a:hover
{
    transform: scale(1.25) !important;
    transition: transform .3s;
    position: relative;
    z-index: 11;
    box-shadow: 0 3px 6px rgba(0,0,0,.5);
    cursor: zoom-in;
}

ul.polaroids img
{
    box-shadow: none;
    max-height: 200px;
    background: #fff;
    display: inline;
    float: left;
    margin: 0 -30px 27px 0;
    width: auto;
    padding: 10px 10px 15px;
    text-align: center;
    text-decoration: none;
    font-family: "Marker Felt", sans-serif;
    color: #333;
    transform: rotate(-2deg);
    box-shadow: 0 3px 6px rgba(0,0,0,.25);
    transition: transform .3s;
    max-height: 200px;
}

ul.polaroids li
{
}

img.lightboxed
{
    box-shadow: none;
    margin: 0;
    position: fixed;
}

video.lightboxed
{
    box-shadow: none;
    margin: 0;
    position: fixed;
}

/*Lightbox element style*/
.lb_dark_bg
{
    background: rgba(0, 0, 0, 0.9);
    opacity: 0;
}

.lb_backdrop
{
    /* background: rgba(0, 0, 0, 0.9); */
    position: fixed;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: 20;
    cursor: zoom-out;
}

/*The canvas contains the larger image*/
.lb_canvas
{
    position: fixed;
    top: 0; left: 0; /*Will be centered later by Jquery*/
    z-index: 21;
    cursor: zoom-out;
}

/*A separate class for loading GIF, for easy Jquery handling*/
.loading
{
    background: #333;
    background: #333 url("http://thecodeplayer.com/uploads/media/loading.gif") center center no-repeat;
    /* background: #fff url("http://i1269.photobucket.com/albums/jj591/aditya9172/loaing2.gif") center center no-repeat; */
}

/*Lightbox Controls*/
.lb_controls
{
    width: 400px;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    bottom: 10px;
    color: white;
/*To horizontally center it*/
    left: 0; right: 0; margin: 0 auto;
    z-index: 22;
}

.lb_controls div
{
    line-height: 30px;
    height: 30px;
    
}

.lb_controls div.inactive
{
    opacity: 0.25;
    cursor: default;
}

.lb_previous, .lb_next
{
    position: absolute;
    top: 0;
    padding: 5px 12px;
    font-family: websymbols;
    font-size: 14px;
    cursor: pointer;
    
}

.lb_previous
{
    left: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    
}

.lb_next
{
    right: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    
}
.lb_title
{
    text-align: center;
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    padding: 5px 0;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

@media only screen and (max-width: 480px)
{
    .lb_controls
    {
        width: 200px;
    }
}

input#toggle
{
    display: none;
    visibility: hidden;
    
}

label#toggle_label
{
    display: block;
    text-align: center;
    color: #666;
}

label:hover
{
    color: #000;
    
}

label
{
    font-weight: bold;
}

label.photo_admin::before
{
    content: "+";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 3px;
    cursor: pointer;
    color: #d07a00;
}

#expand
{
    height: 0px;
    overflow: hidden;
    transition: height 0.5s;
}

section#toggle_content
{
    /* padding: 0 20px; */
}

#toggle:checked ~ #expand
{
    height: auto;
    
}

#toggle:checked ~ label.photo_admin::before
{
    content: "-";
}

p.code
{
    font-size: 10pt;
    font-family: monospace;
    white-space: pre;
    border: 1px dashed;
    border-radius: 5px;
    background-color: #ccccff;
    overflow-x: auto;
}

h3
{
    font-weight: bold;
    color: #754633;
    font-size: 16pt;
    padding-top: 15px;
    padding-bottom: 5px;
    line-height: 120%;
}

.cover-control-container
{
    display: flex;
}

.control-container
{
    padding-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
