/* ระวัง ถ้าใส่ ; หลัง } จะทำให้คำสั่งต่อไปใช้ไม่ได้ */

* {
    font-family: Tahoma, 'Segoe UI',  Geneva, Verdana, sans-serif;
}

body {
  color: rgb(0, 0, 153); 
  background-color: rgb(255, 255, 255);
}

a:link{color: rgb(0, 0, 153)}
a:visited{color: #990099}

.home {
    font-weight: bold;
}

table, th, td {
    border: 2px solid white;
    border-collapse: collapse;
    text-align: left;
    padding: 4px;
}
th{
    color: white;
}

.col1{
    width: 398px;
}
.col2{
    width: 184px;
}

.thTools{
    background-color: rgb(102, 51, 0);
}
.tbTools{
    background-color: rgb(255, 204, 153);
}

.thPigLIVEUSB{
    background-color: rgb(0, 102, 0);
}
.tbPigLIVEUSB{
    background-color: rgb(153, 255, 153);
}

.thPigLIVEOld{
    background-color: rgb(45, 102, 112);
}
.tbPigLIVEOld{
    background-color: rgb(153, 255, 255);
}

.thFeedLIVE{
    background-color: rgb(51, 51, 153);
}
.tbFeedLIVE{
    background-color: rgb(204, 204, 255);
}

.thPigLIVEManual{
    background-color: rgb(153, 0, 0);
}
.tbPigLIVEManual{
    background-color: rgb(255, 204, 204);
}
