﻿@charset "UTF-8";

/*!
3DDental.css - 3D Dental Style overrides


Copyright (c) 2019 cc
*/


a {
    text-decoration: none !important;
    color: #657f8d;
}


.button-green {
    background-color: #8dc63f;
}

.button-3d.button-green:hover,
.button-reveal.button-green:hover,
.button-border.button-green:hover,
.button-border.button-green.button-fill:before {
    background-color: #8dc63f !important;
}

.button-border.button-green {
    color: #8dc63f;
    border-color: #8dc63f;
}

.feature-box.media-box.fbox-bg .fbox-desc {

    min-height: 250px;
}

/*ul.chk {
    list-style:none;
}

ul.chk li:before {
    content: "bozo";
}*/

ul.d-chk li:not(:last-child) {
    margin-bottom: 10px;
}

article.tweak{
    min-height:300px;
}

/* Footer Override from style.css*/
#footer .footer-widgets-wrap {
    position: relative;
    padding: 10px 0;
}

#copyrights {
    padding: 5px 0;
}