﻿/* Styles for general HTML markup
-----------------------------------------------------------*/

body {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    font-family: "Microsoft YaHei", "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
    color: #000000;
    background-color: #FFFFFF;
}

a {
    color: #000000;
    text-decoration: none;
}

ul, dl {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

/* h1, h2, h3, h4, h5, div, ul, dl, ol, p {
    margin: 0px;
    padding: 0px;
}

ul, dl {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

a:hover {
    color: #FF0000;
}

img {
    border-style: none;
}

header, footer, nav, section {
    display: block;
} */

/* Styles for common purpose
-----------------------------------------------------------*/

.w-8 {
    width: 8% !important;
}

.w-10 {
    width: 10% !important;
}

.left-edge {
    left: 0px !important;
}

.right-edge {
    left: 0px !important;
}

.top-edge {
    top: 0px !important;
}

.bottom-edge {
    bottom: 0px !important;
}

.border-width-3 {
    border-width: 3px !important;
}

.border-width-6 {
    border-width: 6px !important;
}

.border-width-14 {
    border-width: 14px !important;
}

.border-gray1 {
    border-color: #B2B2B2 !important;
}

.border-white-opacity-50 {
    border-color: rgba(255, 255, 255, 0.5) !important;
}

.border-dotted {
    border-style: dotted !important;;
}

.border-dashed {
    border-style: dashed !important;;
}

.border-bottom-dotted {
    border-bottom-style: dotted !important;;
}

.border-bottom-dashed {
    border-bottom-style: dashed !important;;
}

.border-bottom-success {
    border-color: #28a745 transparent transparent transparent !important;
}

.text-indent-2 {
    text-indent: 2rem;
}

.clear {
    clear: both;
    height: 0px;
    margin: 0px;
    padding: 0px;
    font-size: 0px;
    line-height: 0px;
    overflow: hidden;
    border-style: none;
}
