﻿@charset "utf-8";
.help-link {
    background: transparent url('images/help-icon.png') no-repeat right center;
    background-size: 20px 20px;
    height: 20px;margin-left: 5px;width: 20px;display: inline-block;vertical-align: middle;margin-top: -3px;    
}

.help-link-container {
    display: flex !important;
    margin: 0 !important;
}

.help-link-container input {
    flex-grow: 1;
}
.help-link-wrapper {
    float: left;margin-top: 6px;
}
.help-link-wrapper-propgrid {
    bottom: 10px; position: absolute;right: 10px;
}


