#theme{
    min-height:75px;
}

#theme span{
    align-self: flex-start;
    margin-top: 20px;
}

#theme>*{
	margin-left:12px;
}

#theme-select{
	flex: 1 0 0;
    display: flex;
}

#theme-select .option{
    padding: 5px;
    border-radius: 10px;
    transition: background-color .2s ease;
}

#theme-select .option.selected{
    background-color: rgb(50, 130, 80);
}

#theme-select .option.selected img{
    border-color: rgb(50, 130, 80);
}

#theme-select .option img{
    width: 60px;
    border-radius: 3px;
    border: 1px solid #d4f344;
    transition: border-color .2s ease;
}

#theme-select .option label{
    margin: 0;
    text-align: center;
    color: silver;
    font-size: 12px;
}
