/*
 * ===========================================================================
 * IBA CZ Confidential
 *
 * © Copyright IBA CZ 2016 ALL RIGHTS RESERVED
 * The source code for this program is not published or otherwise
 * divested of its trade secrets.
 * ===========================================================================
 */

.portlet-QuestionFlowPublishedPortlet .questions thead {
    display: none;
}

.portlet-QuestionFlowPublishedPortlet .questions form {
    margin: 5px 0;
}

.portlet-QuestionFlowPublishedPortlet .questions select {
    margin: 0;
}


.aui .portlet-QuestionFlowPublishedPortlet form {
    display: inline;
}

.aui .portlet-QuestionFlowPublishedPortlet form .btn {
    padding: 4px 12px;
}

.aui .portlet-QuestionFlowPublishedPortlet form select {
    padding: 4px 6px;
    margin: 0;
}

.aui .portlet-QuestionFlowPublishedPortlet #question-list-questionflowpublished form a.btn {
    text-decoration: none;
}