/* 
    Created on : 2025. máj. 9., 18:57:53
    Author     : Creatus
*/
.pre {
    background-color: #F0F0F0;
    border: 1px solid #CCCCCC;
    font-weight: bold;
    padding: 5px 10px 5px 10px;
    display: inline-block !important;
    margin-top: 0;
    margin-bottom: .9rem !important;
    margin-left: 25px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
}
.pre-code {
    background-color: transparent;
    border: 1px solid #80c180;
    font-weight: 500;
    padding: 5px 10px 5px 10px;
    display: inline-block !important;
    margin-top: .7rem;
    margin-bottom: .7rem !important;
    margin-left: 0 !important;
    font-family: "monospace";
    font-size: 12pt;
    color: #80c180;
    border-radius: 4px;
}
.pre-2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
}
img.thumb {
    border: 1px solid #CCCCCC;
    transition: all .3s ease-in-out;
}
img.thumb:hover {
    transform: scale(1.05);
    transition: all .3s ease-in-out;
}
.thumb {
    float: right;
    clear: both;
    margin-left: 10px;
    margin-top: 5px;
    margin-bottom: 10px;
    width: 202px;
}
.break-line {
    display: block !important;
    margin: 0 !important;
    height: 0 !important;
    border: none !important;
}
pre.src {
    border: 0;
    font-family: monospace;
    background-color: white;
}
span.r {
    font-weight: normal;
    color: #000066;
}
span.s {
    font-weight: normal;
    color: #FF0000;
}