 /* … E_Wan Edited 4-5-26 11:33 … */
    #Message{
        position: sticky;
        font-size: small;
        font-family: Arial, sans-serif;
        color: black;
        background-color: #9ca3af;
        height: 95px;
        left: 20px;
        width: 318px;
        border: 0 solid #a96d3f;
        border-right: 0 solid #9ca3af;
    }
    #msg{
        position: sticky;
        font-size: small;
        font-family: Arial, sans-serif;
        color: black;
        background-color: #fcf8f8;
        height: 177px;

        width: 418px;
        border: 0 solid #a96d3f;
        border-right: 0 solid #9ca3af;
    }
    #bt{
        background-color: #f6f1f1;
        text-decoration-color: #101010;
        border: 0 solid #a96d3f;
        border-right: 0 solid #9ca3af;
    }
    /* … */
 .subscribe{
     position: sticky;

     font-size: small;
     font-family: Arial, sans-serif;
     left: 1px;
     color: #5b89d9;
     border: 0 solid #655447;
 }
    .host_label{
        position: sticky;

        font-size: small;
        font-family: Arial, sans-serif;

        color: #5b89d9;
        width:20px;
    }
    #host{
        position: sticky;

        font-size: small;
        font-family: Arial, sans-serif;

        color: #5b89d9;
        width: 100px;
    }
    .port{
        position: sticky;
        top: 24px;
        font-size: small;
        font-family: Arial, sans-serif;
        left:10px;
        color: #5b89d9;
        width:20px;
    }
    #port{
        position: sticky;

        font-size: small;
        font-family: Arial, sans-serif;

        color: #5b89d9;
        width: 50px;
    }
    .user_label{
        position: sticky;

        font-size: small;
        font-family: Arial, sans-serif;

        color: #5b89d9;
        width:20px;
    }
    #username{
        position: sticky;

        font-size: small;
        font-family: Arial, sans-serif;

        color: #5b89d9;
        width: 60px;
    }
    .publish{
        top: -20px;
        font-size: small;
        font-family: Arial, sans-serif;
        right: 20px;
        color: #5b89d9;
        border: 0 solid #655447;
    }
    .Topic_Space{
        position: sticky;

        font-size: small;
        font-family: Arial, sans-serif;

        color: #ab3257;
        width: 30px;
        border: 0 solid #655447;
    }
    #topic_s{
        position: sticky;

        font-size: small;
        font-family: Arial, sans-serif;

        color: #a64040;
        width: 30px;
        border: 0 solid #655447;
    }
    .topic_pub{
        position: sticky;

        font-size: small;
        font-family: Arial, sans-serif;

        color: #ab3257;
        width: 40px;
        border: 0 solid #655447;
    }
    #topic_p{
        position: sticky;

        font-size: small;
        font-family: Arial, sans-serif;

        color: #a64040;
        width: 30px;
        border: 0 solid #655447;
    }
    .pass_label{
        position: sticky;
        font-size: small;
        font-family: Arial, sans-serif;
        color: #a64040;

        border: 0 solid #655447;
    }
    #password{
        position: sticky;
        font-size: small;
        font-family: Arial, sans-serif;
        color: #a64040;
        width: 50px;

        border: 0 solid #655447;

    }
    .Button_Connect{
        position: sticky;
        font-size: small;
        font-family: Arial, sans-serif;
        color: #cece67;

        border: 0 solid #655447;
    }
    .Button_Disconnect{
        position: sticky;
        font-size: small;
        font-family: Arial, sans-serif;
        color: #cece67;

        border: 0 solid #655447;
    }
    #Publish{
        position: relative;
        font-size: small;
        font-family: Arial, sans-serif;
        color: #94942d;
        top: -10px;
        left: 40px;
        border: 2px solid #0e0e0b;
        padding: 5px 12px;
    }
    /* … */





