﻿* {
    font-family: 微軟正黑體, Arial, Helvetica, 宋体, sans-serif;
     font-size: 18px
}
p {
    /* text-indent: 2em; */
    line-height: 30px;
    font-size: 18px;
    font-weight: normal;
}

.section .section_column {
    cursor: pointer;
    background: #159c96;
    padding: 10px;
    font-size: 18px;
    color: #ffffff;
    border-radius: 6px;
    font-weight:bold;
    margin: 0px;
    width:100%;
}
.section {
   padding:10px;
   border-radius: 10px;
   margin: 15px 10px;
}
ol li {
    line-height:30px;
}

ol div {
  line-height:30px;
}

.column {
    display:none;
}

@media only screen and (max-width: 650px) {
    #content{
    margin-top: -50px !important;
    
    }
}