
#channels input {
    float: left;
    width: 75%;
    font-size: 15px;
}


#channels input:focus{
    outline:none;
}

.add-channel {
    position: absolute;
    right:  20px;
    width: 20%;
    display: inline-block;
    text-align: center;
    background-color: #005e54;
    color: white;
    padding: 5px 0;
}