* {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei";
}

.hide {
    display: none!important
}

body {
    background: #364e6f
}

a {
    text-decoration: none
}
a:hover,a:hover * {
    text-decoration: underline;
    cursor: pointer
}


div.main_container {
    border-radius: 5px;
    margin: 20px auto;
    padding: 10px;
    background: #fff;
    width: 90%
}


div.main_title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 40px;
}
div.title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

div.content {
    margin: 4px 0;
    padding: 5px 10px;
    border-radius: 5px;
    box-shadow: 1px 1px 7px rgba(0,0,0,0.25);
    margin-left: 55px;
    margin-bottom: 16px;
    min-height: 20px;
    overflow: auto;
    word-wrap: break-word;
}

.tag {
    font-weight: bold;
}

div.header {
    margin-bottom: 10px;
}

div.notes {
    color: #e03030;
}

div.notes p {
    margin: 0.2em 0;
}

div.big {
    font-size: 28px;
}
