select.input100 {
        height: 55px;
        border-color: transparent;
}

.netkreatif100 {
    line-height: 2;
}

.contact100-header-logo img {
    max-height: 67px;
}

        .event-schedule {
width: 70%;
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    color: white;
    background: linear-gradient(45deg, #100e35, #46183f);
        }
        
        
        @media only screen and (max-width: 750px) {
            
            .event-schedule {
                
                    width: 95%;
    margin-top: 20px;
            }
            
        }

        
        .event-schedule th, .event-schedule td {
            border: 1px solid #ddd;
            padding: 8px;
        }
        .event-schedule th {
            background-color: #f4f4f4;
            text-align: left;
        }
        .event-title {
            font-weight: bold;
        }
        .session-time {
            width: 150px;
            font-weight: bold;
        }
        .break, .lunch {
            background-color: #9653b8;
            text-align: center;
        }
        .networking {
                background-color: #545beb;
        }
        .session {
            background-color: #fff2e5;
        }
        
        
        .bg-container-contact100 {     overflow-y: auto; }