.btn-large-dim {
                font-size: 42px;
                height: 90px;
                width: 90px;
            }
            button.dim {
                border-radius: 5px;
                cursor: pointer;
                display: inline-block;
                font-weight: 600;
                margin-bottom: 20px !important;
                margin-right: 10px;
                padding-top: 6px;
                position: relative;
                text-align: center;
                text-decoration: none;
                text-transform: uppercase;
            }
            button.dim:active {
                top: 3px;
            }
            button.btn-primary.dim {
                box-shadow: 0 0 0 #16987e inset, 0 5px 0 0 #16987e, 0 10px 5px #999999;
            }
            button.btn-primary.dim:active {
                box-shadow: 0 0 0 #16987e inset, 0 2px 0 0 #16987e, 0 5px 3px #999999;
            }
            button.btn-default.dim {
                box-shadow: 0 0 0 #b3b3b3 inset, 0 5px 0 0 #b3b3b3, 0 10px 5px #999999;
            }
            button.btn-default.dim:active {
                box-shadow: 0 0 0 #b3b3b3 inset, 0 2px 0 0 #b3b3b3, 0 5px 3px #999999;
            }
            button.btn-warning.dim {
                box-shadow: 0 0 0 #f79d3c inset, 0 5px 0 0 #f79d3c, 0 10px 5px #999999;
            }
            button.btn-warning.dim:active {
                box-shadow: 0 0 0 #f79d3c inset, 0 2px 0 0 #f79d3c, 0 5px 3px #999999;
            }
            button.btn-info.dim {
                box-shadow: 0 0 0 #1eacae inset, 0 5px 0 0 #1eacae, 0 10px 5px #999999;
            }
            button.btn-info.dim:active {
                box-shadow: 0 0 0 #1eacae inset, 0 2px 0 0 #1eacae, 0 5px 3px #999999;
            }
            button.btn-success.dim {
                box-shadow: 0 0 0 #1872ab inset, 0 5px 0 0 #1872ab, 0 10px 5px #999999;
            }
            button.btn-success.dim:active {
                box-shadow: 0 0 0 #1872ab inset, 0 2px 0 0 #1872ab, 0 5px 3px #999999;
            }
            button.btn-danger.dim {
                box-shadow: 0 0 0 #ea394c inset, 0 5px 0 0 #ea394c, 0 10px 5px #999999;
            }
            button.btn-danger.dim:active {
                box-shadow: 0 0 0 #ea394c inset, 0 2px 0 0 #ea394c, 0 5px 3px #999999;
            }
            button.dim::before {
                color: #fff;
                display: block;
                font-size: 50px;
                font-weight: normal;
                line-height: 1em;
                padding-top: 10px;
            }
            button.dim:active::before {
                font-size: 50px;
                top: 7px;
            }
            .btn-outline {
                background-color: transparent;
                color: inherit;
                transition: all 0.4s ease 0s;
            }
            .btn-rounded {
                border-radius: 50px;
            }
            .well-container {
                box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
                clear: both;
                margin-bottom: 25px;
                margin-top: 0;
                padding: 0;
            }
            .float-e-margins .btn {
                margin-bottom: 5px;
            }
            .wrapper {
                padding: 0 20px;
            }
            .wrapper-content {
                padding: 20px 10px 40px;
            }