﻿#selectInput {
    display: contents;
}

@media only screen and (max-width: 600px) {
    #hsearch .hbtn {
        right: unset;
        position: unset;
        width: 100%;
        border-radius: 0 0 7px 7px;
    }

    #hsearch span {
        float: unset;
        font-size: 20px;
    }

    .hbtn::before {
        float: unset;
        height: 23px;
        margin-top: 4px;
        transform: scale(0.9);
    }

    .hText {
        font-size: 17px;
    }

    #hsearch {
        background: unset;
    }

    select {
        width: inherit;
    }

    #dnsSrv {
        border-radius: unset;
    }

    #selectInput {
        border-bottom: 1px solid #e7ebe9;
        display: flex;
    }

    #dnsSrv {
        width: 100%;
        border-radius: 0 7px 0 0;
    }

    #recordType {
        width: 100%;
        border-radius: 7px 7px 0 0 !important;
    }
}
