/* Table */
/* <------------------------------------------- */
table.c-table
{
    border-collapse: collapse;
}

th.c-table
{
    background-color: #87C24A;
    border: solid 2px #ffffff;
    color: #ffffff;
    padding: 0.7em;
}

td.c-table
{
    background-color: #DEF3CA;
    border: solid 2px #ffffff;
    color: #606060;
    padding: 0.7em;
}
/* -------------------------------------------> */

/* menu */
/* <------------------------------------------- */
.container
{
    overflow: hidden;
    background-color: #333;
}

.container a
{
    float: left;
    font-size: 16px;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.container span
{
    float: left;
    font-size: 16px;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.dropdown
{
    float: left;
    overflow: hidden;
}

.dropdown .dropbtn
{
    font-size: 16px;
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
}

.container a:hover, .dropdown:hover .dropbtn
{
    background-color: green;
}

.dropdown-content
{
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a
{
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover
{
    background-color: #ddd;
}

.dropdown:hover .dropdown-content
{
    display: block;
}
/* -------------------------------------------> */

/* read mem */
/* <------------------------------------------- */
i.readme
{
    color: #333;
}

p.readme
{
    line-height: 180%;
}
/* -------------------------------------------> */

/* 物品管理圖片 */
/* <------------------------------------------- */
.c-thingsimage
{
    height: 67px;
    width: 90px;
}
/* -------------------------------------------> */