*:focus {
    outline: none;
}
.browser {
    display: flex;
}

.mobile {
    display: none;
}

.dashboard main {
    margin: 100px auto 0 auto;
    width: 100%;
    max-width: 1024px;    
}

.list .item {
    width: 100%;
}

