body {
    font-family: "Microsoft JhengHei", "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #888;
    line-height: 30px;
    text-align: center;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0f414f+0,40758e+100 */
    /* background: #0f414f;
    background: -moz-linear-gradient(top, #63a69f 0%, #40758e 100%);
    background: -webkit-linear-gradient(top, #63a69f 0%, #40758e 100%);
    background: linear-gradient(to bottom, #63a69f 0%, #40758e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#63A69F', endColorstr='#40758e',GradientType=0 ); */
}

body.lele {
    font-family: "Microsoft JhengHei", "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #444444;
    line-height: 30px;
    text-align: left;
    background: #eee; /* Old browsers */
}

.list_label {
    padding: 2px 10px;
    display: inline-block;
    font-weight: 600;
    border-left: 2px solid #f9c400;
}

strong {
    font-weight: 500;
}

a,
a:hover,
a:focus {
    color: rgb(var(--color-primary)) !important;
    text-decoration: none;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

h1,
h2 {
    margin-top: 10px;
    font-size: 38px;
    font-weight: 100;
    color: #555;
    line-height: 50px;
}

h3 {
    font-size: 22px;
    font-weight: 300;
    color: #555;
    line-height: 30px;
}

h4 {
    font-size: 18px;
    font-weight: 300;
    color: #555;
    line-height: 26px;
}
