1234567891011121314151617181920212223242526272829303132333435 |
- @charset "utf-8";
- /* CSS Document */
- body, div, span, i, em, h2, h3, h4, h5, h6, h1, b, big,p, small, ul, li, a, img {
- margin: 0;
- padding: 0;
- border:none;
- font-weight:400;
- }
- input,button,textarea{
- outline: none;
- }
- li{
- list-style:none;
- }
- a{
- text-decoration:none;
- }
- .clear{
- clear: both;
- }
- .clear-fix:after{
- content:' ';
- width:0;
- height:0;
- clear:both;
- display:block;
- }
- em,i{
- font-style:normal;
- }
- .fa-angle-right,.fa-angle-down{
- font-size: 1.5rem !important;
- }
|