/*
Theme Name: Teamprint
Theme URI: https://okeipomo.fi
Description: Teamprint base-theme
Version: 0.1
Author: Ante
Author URI: https://antesarkkinen.com
Template: twentytwentyfive
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* You can start adding your own styles here. Use !important to overwrite styles if needed. */

/*
body .rimita-product-list table.gpnf-nested-entries {
    width: 100%;
}

body .rimita-product-list button.gpnf-add-entry {
    background-color: #e5dbce !important;
}

body .rimita-product-list button.gpnf-add-entry:hover {
    background-color: #bea69f !important;
}

body .rimita-reseller-order .gform_footer {
    margin-top: 60px;
    align-items: center;
    justify-content: center;
}

body .rimita-reseller-order .gform_footer input[type=submit] {
    font-size: 105% !important;
    padding: 20px 100px !important;
    background-color: #808F85 !important;
    border-radius: 30px !important;
}

body .rimita-reseller-order .gform_footer input[type=submit]:hover {
    background-color: #516760 !important;
}

table.is-style-stripes thead {
    text-align: left;
}
*/