/*
	Theme Name: Motors - Child Theme
	Theme URI: http://motors.stylemixthemes.com/
	Author: StylemixThemes
	Author URI: http://stylemixthemes.com/
	Description: Motors Child theme
	Version: 4.0
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Tags: blue, red, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, fluid-layout, responsive-layout, flexible-header, custom-background, custom-colors, custom-header, custom-menu, editor-style, sticky-post, theme-options
	Text Domain: motors-child
    Template: motors

    This theme, like WordPress, is licensed under the GPL.
    Use it to make something cool, have fun, and share what you've learned with others.
*/

/* Add your own styles here */

span.wanted, td.wanted {
    background-color: goldenrod !important;
    color: white !important;
    text-transform: uppercase;
    font-weight: bold;
    padding-left: 5px !important;
    padding-right: 3px;
}

span.for-sale, td.for-sale {
    background-color: green !important;
    color: white !important;
    text-transform: uppercase;
    font-weight: bold;
    padding-left: 5px !important;
    padding-right: 3px;
}

span.sold, td.sold {
    background-color: red !important;
    color: white !important;
    text-transform: uppercase;
    font-weight: bold;
    padding-left: 5px !important;
    padding-right: 3px;
}
