/*********************************** Subscription Info *********************************/

#toys {
    margin-bottom: 20px;
}

#toysTitle {
    margin-bottom: 20px;
}

#toysStatus {
    margin-bottom: 20px;
}

#toysTable {
    margin-bottom: 20px;
}

.toyBodyRow {

}

#toysCount {
    
}

/* Browser */

#createOrder {

}

#createOrderInfo {
    font-size: 18px;
    margin-bottom: 10px;
}

#createOrderConfirm {
    margin-bottom: 10px;
}

#createOrderDelete {
    margin-bottom: 10px;
    background-color: darkred;
}

#createOrderFrame {
    margin-top: 30px;
    width: 100%;
    height: calc(100% - 40px);
}

#createOrderExit {
    width: auto;
}

/* New */
#new {

}

#newTitle {
    margin-bottom: 20px;
}

#newForm {
    display: grid;
    row-gap: 10px;
}