#gri-time-selector-view
.main-body {
    padding: 18px 15px 50px 15px;
}





#gri-time-selector-view
.main-body
.pic {
    display: block;
    margin: 0 auto;
    width: auto;
    height: 60px;
}



#gri-time-selector-view
.main-body
.title {
    margin: 6px 0 0 0;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    text-align: center;
}





#gri-time-selector-view
.main-body
.inputs-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 12px;
    margin: 25px 0 0 0;
}



#gri-time-selector-view
.main-body
.inputs-wrapper
.cc-fc-input-wrapper {
    margin-top: 0;
}



#gri-time-selector-view
.main-body
.inputs-wrapper
.cc-fc-input-wrapper
select {
    width: 100%;
}





#gri-time-selector-view
.main-body
.std-button-wrapper {
    margin-top: 25px;
}






#gri-time-selector-view
.view-body {
    padding-bottom: 150px;
}



#gri-time-selector-view
.view-body
.pic {
    display: block;
    margin: 0 auto;
    width: auto;
    height: 60px;
}





#gri-time-selector-view
.view-body
.inputs-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 12px;
    margin: 25px 0 0 0;
}



#gri-time-selector-view
.view-body
.inputs-wrapper
.cc-fc-input-wrapper {
    margin-top: 0;
}



#gri-time-selector-view
.view-body
.inputs-wrapper
.cc-fc-input-wrapper
select {
    width: 100%;
}












