.event-transverse{
    width: 100%;
    margin: 1rem auto;
    .event-input{
        input{
            width: 100%;
            height: 30px;
        }
        input:disabled {
            background-color: #f9f9f9;
        }
        select {
            height: 30px;
        }
    }
}
