  body {
    font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
    line-height: 1.5;
    color: #000000;
    margin:0px;
}

p.smalltext {
    font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
    line-height: 1.2;
    text-align: center;
    font-size: small;
    color: #000000;
}

h1 {
    color: #04827f;
    font-size: 2em;
    font-family: Georgia,garamond,serif;
    font-weight: 400;
}

#sitelogo {
    text-align: center;
}

td.vendor {
    background: #e2e2e2;
    text-align: center;
}

td.vendor img {
    height: 40px;
    vertical-align: middle;
}

td, td p {
    margin: 5px 3px;
}

#found_device {
    display: none;
}

#found_device > p {
    margin-top: 0px ;
}

#found_running a {
    color: #ffffff;
    background: #df465a;
    text-decoration: none;
    display: inline-block;
    padding: 2%;
    border-radius: 7px;
    margin: 1px 15px;
}

#found_running a:hover {
    color: #eeeeee;
    background: #3570a0;
}

#extra_help {
   display: none; 
}

#extra_help a {
    color: white;
    background-color: #04827f;
    text-decoration: none;
    padding: 2%;
    border-radius: 7px;
    margin: auto;
    display: inline-block;
    margin-top: 2%;
}

#extra_help a:hover {
    background-color: yellow;
    color: black;
}

#device_list {
    padding-top: 2%;
    width: 260px;
    margin: auto;
}

#icon_instruction {
    margin-bottom: 5px;
}
#show_all {
    display: none;
}

.collapsible {
    background-color: #fff;
    text-decoration: underline;
    color: #4300EB;
    cursor: pointer;
    padding: 14px;
    width: 100%;
    border: none;
    text-align: center;
    outline: none;
    font-size: 14px;
}

.active, .collapsible:hover {
    background-color: #fff;
}

.content {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    background-color: #f1f1f1;
}

.grid-container {
    display: grid;
    grid-template-columns: auto auto;
    grid-auto-flow: dense;
/* padding: 4px; */
    width: 75%;
    margin: auto;
    align-items: center;
}


.grid-item {
    background-color: rgba(255, 255, 255, 1);
    /*padding: 10px;*/
    font-size: 0.8em;
    text-align: center;
    border: 1px black;
    max-width: 100px;
}

.grid-item > img {
    max-width: 100px;
    max-height: 100px;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .grid-container {
        max-width: 400px;
    }

    .grid-item > img {
        max-width: 64px;
        max-height: 64px;
    }

    .device_content {
        width: 80%;
        margin: auto;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .grid-container {
        max-width: 400px;
    }

    .grid-item > img {
        max-width: 100px;
        max-height: 100px;
    }
    
    .device_content {
        width: 80%;
        margin: auto;
    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .grid-container {
        max-width: 510px;
        grid-template-columns: auto auto auto auto;
    }

    .grid-item > img {
        max-width: 100px;
        max-height: 100px;
    }

    .device_content {
        width: 70%;
        margin: auto;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .grid-container {
        max-width: 510px;
        grid-template-columns: auto auto auto auto;
    }

    .grid-item > img {
        max-width: 100px;
        max-height: 100px;
    }

    .device_content {
        width: 60%;
        margin: auto;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .grid-container {
        max-width: 510px;
        grid-template-columns: auto auto auto auto;
    }

    .grid-item > img {
        max-width: 100px;
        max-height: 100px;
    }

    .device_content {
        width: 50%;
        margin: auto;
    }
}

#device_content {
    display: none;
}

.back_menu {
    display: table;
    border-radius: 20px;
    margin-left: 10px;
    margin-bottom: 5px;
}

.back_menu > img {
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
}

.back_menu > span {
    padding: 5px;
    margin: 2px;
    display: table-cell;
    vertical-align: middle;
}
.back_menu > i {
    font-size: xxx-large;
}

.device_content > h2 {
    text-align: center;
}

.device_content > video {
    display: block;
    margin: auto;
}

.note {
    border:1px solid rgb(27, 182, 228);
    background-color: rgba(27, 182, 228, 0.4);
}

.note > div {
    display: block;
    margin: 7px;
}

.grid-container > div > i {
    font-size: xxx-large;
}
