.device-table table{min-width:800px}row{width:100%}.snackbar{visibility:hidden;min-width:250px;margin-left:-125px;background-color:#333;color:#fff;text-align:center;border-radius:2px;padding:16px;position:fixed;z-index:1;left:50%;bottom:30px}.snackbar.show{visibility:visible;-webkit-animation:fadein .5s,fadeout .5s 2.5s;animation:fadein .5s,fadeout .5s 2.5s}.wp-container-4{gap:0em !important}.devices-wrapper{display:flex;flex-wrap:wrap}.devices-wrapper:first-child{margin-left:0 !important}.device-type-wrapper{border:1px solid #e3e3e3;border-radius:8px;padding:16px;margin-bottom:16px}.device-top-row{display:flex;align-items:center;border-bottom:2px solid #e3e3e3;padding-bottom:8px;margin-bottom:16px}.device-top-row img{height:60px;width:60px}.device-type-text{font-size:30px;font-weight:700;color:#757575;margin-left:20px}.device-container{margin:8px !important;padding-bottom:16px !important;border:1px solid #03a9f4 !important;padding:12px !important;border-radius:6px !important;display:flex;flex-direction:column;min-width:250px;box-sizing:border-box}.device-name{font-weight:500 !important;letter-spacing:.00714286em !important;line-height:1.25rem !important;font-weight:700 !important;color:#03a9f4 !important;font-size:1.2rem !important;padding-bottom:12px !important}.device-container div{padding:0;padding:2px;font-size:.875rem;font-weight:400;letter-spacing:.01428571em;line-height:1.25rem;border:none}td{padding:2px !important;font-size:.875rem !important;font-weight:400 !important;letter-spacing:.01428571em !important;line-height:1.25rem !important;border:none !important}td:first-child,th:first-child{padding-left:16px}button{background-color:#03a9f4;padding:8px;color:#fff;border:1px solid #efefef;margin-top:16px;cursor:pointer}button:hover{background-color:#0c94d3}@-webkit-keyframes fadein{from{bottom:0;opacity:0}to{bottom:30px;opacity:1}}@keyframes fadein{from{bottom:0;opacity:0}to{bottom:30px;opacity:1}}@-webkit-keyframes fadeout{from{bottom:30px;opacity:1}to{bottom:0;opacity:0}}@keyframes fadeout{from{bottom:30px;opacity:1}to{bottom:0;opacity:0}}@media only screen and (max-width:768px){.devices-wrapper{justify-content:center}}