/**
 * PAYONE Magento 2 Connector is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Lesser General Public License as published by
 * the Free Software Foundation, either version 3 of the License, or
 * (at your option) any later version.
 *
 * PAYONE Magento 2 Connector is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public License
 * along with PAYONE Magento 2 Connector. If not, see <http://www.gnu.org/licenses/>.
 *
 * PHP version 5
 *
 * @category  Payone
 * @package   Payone_Magento2_Plugin
 * @author    FATCHIP GmbH <support@fatchip.de>
 * @copyright 2003 - 2016 Payone GmbH
 * @license   <http://www.gnu.org/licenses/> GNU Lesser General Public License
 * @link      http://www.payone.de
 */
#row_payone_general_payone_config_general_statusmapping_creditcard TD.label,
#row_payone_misc_payone_config_misc_transactionstatus_forwarding_config TD.label{
    width: 1%;
}

#row_payone_general_payone_config_general_statusmapping_creditcard TD.value,
#row_payone_misc_payone_config_misc_transactionstatus_forwarding_config TD.value{
    width: 100%
}

#row_payone_misc_payone_config_misc_transactionstatus_forwarding_config TABLE.admin__control-table {
    min-width: 724px;
}

.ratepayProfile {
    border: 1px solid #cbd3d4;
    box-sizing: border-box;
    border-collapse: separate;
    display: table;
    border-spacing: 2px;
}

.ratepayProfile TD {
    padding-top: 0!important;
}

.ratepayProfile TD.label {
    border-right: 1px solid #cbd3d4;
    width: 38%;
}
