@charset "UTF-8";
table,tr,td{
    border: 1px solid #555;
}
table thead{
    background-color: #060;
    color: #ddd;
}
table tbody{
    background-color: #92BD8C;
}
iframe{
    width: 500px;
    height: 400px;
    border: 0;
}
@media (max-width: 767px){
    iframe{
        width: 100%;
    }
}