.layout {
    max-width: 40rem;
    margin: 2rem auto;
}

.layout .title {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 1rem;
}

.layout .info {
    text-align: center;
    font-size: 1rem;
    margin-bottom: 4rem;
}

.connection-steps li {
    margin-bottom: 1rem;
}

.connection-steps pre {
    background: #f5f5f5;
    padding: 0.5rem;
    font-size: 0.75rem;
    margin: 0.5rem 0;
}

.connection-details {
    margin-bottom: 1.5rem;
    display: flex;
    justify-content: space-between;
}

.orders {
}

.orders tr:hover {
    cursor: pointer;
}

.refresh {
    text-align: center;
}

.popup__table-option td {
    font-size: .85rem;
}

.popup__table-option td:first-child {
    padding-left: 3rem;
}

.popup__table-option td:first-child:before {
    content: '+ ';
}