﻿

.profile-question-gridview {
    width: 100%;
}

.profile-question-gridview-footer {
    background-color: #f2f2f2;
}

.profile-question-gridview-header th {
    background-color: #1395ec;
    color: #fff;
}

.profile-question-gridview tr td:first-child {
    position: relative;
}

.profile-question-insert-button {
    position: absolute;
    left: 10px;
}

.profile-questions-notes {
    float: right;
    margin: 0px 20px 0px 0px;
}

.clear-both {
    clear: both;
}