
.draggable {
    width: 300px;
    height: 155px;
    x-border: 1px solid #000;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 5px;
    background-color: #ffffffcc;
    margin: auto;
    /*cursor: pointer;*/
    overflow: hidden;
    margin-top: 0px;
    position: absolute;
}

    .draggable .title {
        color: #2b2727;
        font-family: '微軟正黑體';
        font-size: 120%;
        font-weight: 600;
    }

    .draggable p {
        margin: auto;
        padding: 0;
        font-family: 微軟正黑體;
        font-size: 14px;
        line-height: 1.2em;
        text-align: center;
        color: #777;
    }

.shadow {
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    ;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    ;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    ; /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#cccccc')"; /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength = 4, Direction = 135, Color = '#cccccc');
    border: 1px solid #777;
}

#header {
    background: rgba(216, 216, 216, 0.5);
    z-index: 8;
    border-bottom: 2px solid #777777;
    cursor: pointer;
}

/*content area*/
#content > [id^='section'] {
    display: flex;
    flex-wrap: wrap;
    font-family: 微軟正黑體;
    padding: 0px 4px 10px 4px;
}

    #content > [id^='section'] .entry {
        display: flex;
        /*flex-wrap: wrap;*/
        width: 100%;
        padding: 3px 0px;
    }

#content > [id^='section-title'] {
    padding: 5px 0px 5px 5px;
    border-top: 1.5px solid #cecece;
}

#content > [id^='section'] .entry > .text {
    align-self: center;
}

#content > [id^='section'] .entry > .text > p {
    margin: auto;
    padding: 0;
    font-family: 微軟正黑體;
    font-size: 14px;
    line-height: 1.2em;
    text-align: unset;
    color: #777;
    padding-left: 7px;
}


.Collapsible {
    transition: all 0.25s ease-out;
}
