.format_line {
    text-decoration: underline;
}

.format_italic {
    font-style: italic;
}

.format_bold {
    font-weight: bold;
}

.format_h1 {
    font-weight: bold;
    font-size: 23px;
}

.format_h2 {
    font-weight: bold;
    font-size: 20px;
}

.format_h3 {
    font-weight: bold;
    font-size: 18px;
}

.format_quote {
    text-align: left;
    margin: 5px 1px 5px 1px;
    padding: 5px;

    color: #282828;

    overflow: hidden;
    display: block;
    position: relative;

    background-color: rgba(0, 124, 255, 0.12);
    border: 1px solid #ffffff;
    border-radius: 0;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
}

.format_code {
    text-align: left;
    margin: 5px 1px 5px 1px;
    padding: 5px;

    color: #282828;

    overflow: hidden;
    display: block;
    position: relative;

    background-color: #cbf8d3;
    border: 1px solid #ffffff;
    border-radius: 0;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);

    font-family: monospace;
}

.format_spoiler {
    overflow: hidden;
    box-shadow: 0 0 5px #cfcfcf;
    border: solid #999999 1px;
    background-color: #ffffff;
    margin: 2px 0;
}

.format_spoiler_header {
    font-size: 18px;
    background-color: rgb(180, 180, 180);
    display: block;
    color: #ffffff;
    padding: 2px 5px;
    cursor: pointer;
}

.format_spoiler_content {
    padding: 3px;
}

.format_red {
    color: #ff0000;
}

.format_blue {
    color: #4495e7;
}

.format_green {
    color: #1a7420;
}

.format_img {
    display: block;
    box-shadow: 0 0 5px #cfcfcf;
    max-width: 99%;
    border: solid #cfcfcf 1px;
    background-color: #ffffff;
    margin: 2px 0;
}

.format_list {
    margin: 5px;
    padding-left: 30px;
}

.format_link {
    box-shadow: 0 0 5px #cfcfcf;
    color: #5bbe7a;
    padding: 0 2px;
    border: solid 1px #80cba0;
    border-radius: 2px;
    background-color: #eaffee;
    text-decoration: none;
}

.format_link:hover {
    color: #43854d;
    border: solid 1px #13d50f;
    background-color: #c6ffc5;
}

.format_link2 {
    padding: 0 2px;
    box-shadow: 0 0 5px #cfcfcf;
    border: solid 1px #c9c9c9;
    border-radius: 2px;
    background-color: rgba(250, 250, 250, 0.44);
    text-decoration: none;
}

.format_link2:hover {
    color: #a97700;
    border: solid 1px #c9c9c9;
    background-color: rgba(255, 245, 184, 0.8);
}
