/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/

ul.landing-page-button-wrapper {
	margin: 0;
    list-style: none;
}
ul.landing-page-button-wrapper li.landing-page-button-listitem {
	display: inline-block;
    width: auto;
    margin: 5px 1px;
}
ul.landing-page-button-wrapper li.landing-page-button-listitem a {
	background: var(--the7-btn-bg, #446c62);
	color: var(--the7-btn-color);
	font: var(--the7-btn-m-font);
    text-transform: var(--the7-btn-m-text-transform);
    letter-spacing: var(--the7-btn-m-letter-spacing);
    word-spacing: var(--the7-btn-m-word-spacing);
    border-radius: var(--the7-btn-m-border-radius);
    border-width: var(--the7-btn-m-border-width);
    border-style: var(--the7-btn-m-border-style);
    border-color: var(--the7-btn-border-color);
    padding: var(--the7-btn-m-padding);
    min-width: var(--the7-btn-m-min-width);
    min-height: var(--the7-btn-m-min-height);
    display: inline-block;
    width: 100%;
    text-decoration: none;
}


ul.mold-page-button-wrapper {
    margin: 0 auto;
    list-style: none;
    max-width: 390px;
    text-align: center;
}
ul.mold-page-button-wrapper li {
    display: inline-block;
    width: auto;
    margin: 0 1px;
}
ul.mold-page-button-wrapper li a {
    /*background: var(--the7-btn-bg, #446c62);
    color: var(--the7-btn-color);
    font: var(--the7-btn-m-font);
    text-transform: var(--the7-btn-m-text-transform);
    letter-spacing: var(--the7-btn-m-letter-spacing);
    word-spacing: var(--the7-btn-m-word-spacing);
    border-radius: var(--the7-btn-m-border-radius);
    border-width: var(--the7-btn-m-border-width);
    border-style: var(--the7-btn-m-border-style);
    border-color: var(--the7-btn-border-color);
    padding: var(--the7-btn-m-padding);
    min-width: var(--the7-btn-m-min-width);
    min-height: var(--the7-btn-m-min-height);
    display: inline-block;
    width: 100%;
    text-decoration: none;*/

    text-decoration: none;
    font-weight: 700;
}

.table-stripped-style {
    background: white;
    border: solid 1px #ddd;
    text-align: left;
}
.table-stripped-style th, .table-stripped-style td {
    padding: .5rem .625rem .625rem;
    font-size: .875rem;
    font-weight: bold;
    color: #222;
    border: 0;
}
.table-stripped-style tbody tr:nth-of-type(odd) {
    background: #eee;
}