.white-small{
    color: rgb(255,255,255);
    font-size: 11px;
}

.footer-logo{
    height: 30px;
}

.red {
    color: red;
}

.small_red {
    color: red;
    font-size: smaller;
}

.small_black {
    color: black;
    font-size: smaller;

}

.super{
    vertical-align: super;
}

/* When the pattern is matched */
input.valid:valid {
    color: green;
}

/* Unmatched */
input.valid:invalid {
    color: red;
}

.browser {
    padding: 20px 20px 20px 20px;
}

.mobile {
    padding: 5px 5px 5px 5px;
}
img.browser {
    height: 100%;
}
img.mobile {
    height: 100%;
}

.tvprovider{
    width: 250px;
}

table {
    width: 100%;
}

table.logs {
    border-style: solid;
    border-width: 1px;
}
.logs {
    text-align: left;
    
}

th.privacy{
    border-style: solid;
    border-width: 1px;
}
tr.privacy{
    border-style: solid;
    border-width: 1px;
}
td.privacy{
    border-style: solid;
    border-width: 1px;
}

