﻿.led-box {
    /* float: left; */
    /* margin: 5px; */
}

    .led-box p {
        font-size: 12px;
        text-align: center;
        margin: 1em;
    }

.led-green {
    width: 36px;
    height: 36px;
    background-color: #1aff00;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.5) 0 -1px 7px 1px, inset #000000 0 -1px 9px, #89f906 0 0px 10px;
}

.led-red {
    width: 36px;
    height: 36px;
    background-color: #e40505;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.5) 0 -1px 7px 1px, inset #000000 0 -1px 9px, #f90606 0 0px 10px;
}

.led-yellow {
    width: 36px;
    height: 36px;
    background-color: #FF9800;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.5) 0 -1px 7px 1px, inset #000000 0 -1px 9px, #FFEB3B 0 0px 10px;
}
    .led-gray {
        width: 36px;
        height: 36px;
        background-color: #c4c4c4;
        border-radius: 50%;
        box-shadow: rgba(0, 0, 0, 0.5) 0 -1px 7px 1px, inset #000000 0 -1px 9px, #5d5d5d 0 0px 10px;
    }

.ledbutton {
    background-color: #008CBA; /* Green */
    border: none;
    color: white;
    padding: 7px 7px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 10px;
}

.like-table {
    display: table-cell;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    vertical-align: middle;
    border-style: groove;
}

    .like-table pxxx {
        color: black;
        font-size: 10px;
    }
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
   .p_div1 {
        display: inline-block; /*讓div並排*/
        margin: 0px auto; /*div對齊效果*/
        margin: 0px auto; /*div對齊效果*/
        text-align: center;
    }

    .p_div2 {
        width: 100%;
        display: inline-block; /*讓div並排*/
        vertical-align: top; /*就算個個div行數不同，也一律向上對齊*/
        /* height: 150px; */
        border-style: double;
        border-width: 5px;
        border-radius: 10px;
        border-color: #ffffff;
        background-color: rgba(8, 8, 8, 0.32);
        margin: 5px;
        /* text-align: center; */
        /* height: 360px; */
        padding: 5px;
    }

        .p_div2 phh1 {
            color: #ffffff;
            font-size: 16px;
            font-family: initial;
            margin: 10px;
            text-shadow: 1px 1px #0077ff;
            font-weight: bold;
        }

    .p_div3 {
        width: 100%;
        float: left;
        text-align:center;
    }

        .p_div3 p1 {
            color: #ffffff;
            font-family: 'Times New Roman';
            text-shadow: 1px 1px #000000;
            /* margin: 5px; */
            font-size: 16px;
            float:  none;
            padding-left: 0px;
        }

        .p_div3 p0 {
            color: #00ff21;
            font-family: 'Times New Roman';
            text-shadow: 1px 1px #000000;
            /* margin: 5px; */
            font-size: 16px;
            float: none;
        }

    .p_div4 {
        float: left;
        text-align: -webkit-center;
        text-align: -moz-center;
        width: 20%;
        /* margin-right: 10px; */
    }
    .p_div5{

float:  left;

width: 100%;

margin-top: 5px;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*************************/
@media (min-width: 1280px) {

    .like-table {
    display: table-cell;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    vertical-align: middle;
    border-style: groove;
}

    .like-table pxxx {
        color: black;
        font-size: 20px;
    }

    .led-box {
        /* float: left; */
        /* margin: 15px; */
    }

        .led-box p {
            font-size: 12px;
            text-align: center;
            margin: 1em;
        }

    .led-green {
        width: 66px;
        height: 66px;
        background-color: #1aff00;
        border-radius: 50%;
        box-shadow: rgba(0, 0, 0, 0.5) 0 -1px 7px 1px, inset #000000 0 -1px 9px, #89f906 0 0px 10px;
    }

    .led-red {
        width: 66px;
        height: 66px;
        background-color: #e40505;
        border-radius: 50%;
        box-shadow: rgba(0, 0, 0, 0.5) 0 -1px 7px 1px, inset #000000 0 -1px 9px, #f90606 0 0px 10px;
    }

    .led-yellow {
        width: 66px;
        height: 66px;
        background-color: #FF9800;
        border-radius: 50%;
        box-shadow: rgba(0, 0, 0, 0.5) 0 -1px 7px 1px, inset #000000 0 -1px 9px, #FFEB3B 0 0px 10px;
    }

    .led-gray {
        width: 66px;
        height: 66px;
        background-color: #c4c4c4;
        border-radius: 50%;
        box-shadow: rgba(0, 0, 0, 0.5) 0 -1px 7px 1px, inset #000000 0 -1px 9px, #5d5d5d 0 0px 10px;
    }

    .ledbutton {
        background-color: #008CBA; /* Green */
        border: none;
        color: white;
        padding: 15px 32px;
        text-align: center;
        text-decoration: none;
        display: inline-block;
        font-size: 16px;
    }

    .p_div1 {
        display: inline-block; /*讓div並排*/
        margin: 0px auto; /*div對齊效果*/
        margin: 0px auto; /*div對齊效果*/
        text-align: center;
    }

    .p_div2 {
        width: 10%;
        display: inline-block; /*讓div並排*/
        vertical-align: top; /*就算個個div行數不同，也一律向上對齊*/
        height: 150px;
        border-style: double;
        border-width: 5px;
        border-radius: 10px;
        border-color: #ffffff;
        background-color: rgba(8, 8, 8, 0.32);
        margin: 15px;
        text-align: center;
        height: 520px;
        padding: 5px;
    }

        .p_div2 phh1 {
            color: #ffffff;
            font-size: 25px;
            font-family: initial;
            margin: 10px;
            text-shadow: 1px 1px #0077ff;
            font-weight: bold;
        }

    .p_div3 {
        width: 100%;
        float: left;
        text-align: center;
    }

        .p_div3 p1 {
            color: #ffffff;
            font-family: 'Times New Roman';
            text-shadow: 1px 1px #000000;
            margin: 5px;
            font-size: 20px;
        }

        .p_div3 p0 {
            color: #00ff21;
            font-family: 'Times New Roman';
            text-shadow: 1px 1px #000000;
            margin: 5px;
            font-size: 30px;
        }

    .p_div4 {
        width: 100%;
        float: left;
        margin-top: 5px;
        margin-bottom: 15px;
    }
}
/*************************/
@media (min-width: 1366px) {
    .p_div1 {
        display: inline-block; /*讓div並排*/
        margin: 0px auto; /*div對齊效果*/
        margin: 0px auto; /*div對齊效果*/
        text-align: center;
    }

    .p_div2 {
        width: 10%;
        display: inline-block; /*讓div並排*/
        vertical-align: top; /*就算個個div行數不同，也一律向上對齊*/
        height: 150px;
        border-style: double;
        border-width: 5px;
        border-radius: 10px;
        border-color: #ffffff;
        background-color: rgba(8, 8, 8, 0.32);
        margin: 15px;
        text-align: center;
        height: 540px;
        padding: 5px;
    }

        .p_div2 phh1 {
            color: #ffffff;
            font-size: 25px;
            font-family: initial;
            margin: 10px;
            text-shadow: 1px 1px #0077ff;
            font-weight: bold;
        }

    .p_div3 {
        width: 100%;
        float: left;
        text-align: center;
    }

        .p_div3 p1 {
            color: #ffffff;
            font-family: 'Times New Roman';
            text-shadow: 1px 1px #000000;
            margin: 5px;
            font-size: 24px;
        }

        .p_div3 p0 {
            color: #00ff21;
            font-family: 'Times New Roman';
            text-shadow: 1px 1px #000000;
            margin: 5px;
            font-size: 30px;
        }

    .p_div4 {
        width: 100%;
        float: left;
        margin-top: 5px;
        margin-bottom: 15px;
    }
}
/*************************/
@media (min-width: 1440px) {
    .p_div1 {
        display: inline-block; /*讓div並排*/
        margin: 0px auto; /*div對齊效果*/
        margin: 0px auto; /*div對齊效果*/
        text-align: center;
    }

    .p_div2 {
        width: 10%;
        display: inline-block; /*讓div並排*/
        vertical-align: top; /*就算個個div行數不同，也一律向上對齊*/
        height: 150px;
        border-style: double;
        border-width: 5px;
        border-radius: 10px;
        border-color: #ffffff;
        background-color: rgba(8, 8, 8, 0.32);
        margin: 15px;
        text-align: center;
        height: 570px;
        padding: 10px;
    }

        .p_div2 phh1 {
            color: #ffffff;
            font-size: 25px;
            font-family: initial;
            margin: 10px;
            text-shadow: 1px 1px #0077ff;
            font-weight: bold;
        }

    .p_div3 {
        width: 100%;
        float: left;
        text-align: center;
    }

        .p_div3 p1 {
            color: #ffffff;
            font-family: 'Times New Roman';
            text-shadow: 1px 1px #000000;
            margin: 5px;
            font-size: 24px;
        }

        .p_div3 p0 {
            color: #00ff21;
            font-family: 'Times New Roman';
            text-shadow: 1px 1px #000000;
            margin: 5px;
            font-size: 30px;
        }

    .p_div4 {
        width: 100%;
        float: left;
        margin-top: 5px;
        margin-bottom: 15px;
    }
}
/******************************/
@media (min-width: 1920px) {
    .p_div1 {
        display: inline-block; /*讓div並排*/
        margin: 0px auto; /*div對齊效果*/
        margin: 0px auto; /*div對齊效果*/
        text-align: center;
    }

    .p_div2 {
        width: 10%;
        display: inline-block; /*讓div並排*/
        vertical-align: top; /*就算個個div行數不同，也一律向上對齊*/
        height: 150px;
        border-style: double;
        border-width: 5px;
        border-radius: 10px;
        border-color: #ffffff;
        background-color: rgba(8, 8, 8, 0.32);
        margin: 15px;
        text-align: center;
        height: 570px;
        padding: 20px;
    }

        .p_div2 phh1 {
            color: #ffffff;
            font-size: 25px;
            font-family: initial;
            margin: 10px;
            text-shadow: 1px 1px #0077ff;
            font-weight: bold;
        }

    .p_div3 {
        width: 100%;
        float: left;
        text-align: center;
    }

        .p_div3 p1 {
            color: #ffffff;
            font-family: 'Times New Roman';
            text-shadow: 1px 1px #000000;
            margin: 5px;
            font-size: 30px;
        }

        .p_div3 p0 {
            color: #00ff21;
            font-family: 'Times New Roman';
            text-shadow: 1px 1px #000000;
            margin: 5px;
            font-size: 40px;
        }

    .p_div4 {
        width: 100%;
        float: left;
        margin-top: 5px;
        margin-bottom: 15px;
    }
}
/******************************/
