// Global Sheet @import url('https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700'); @import url('https://fonts.googleapis.com/css?family=PT+Serif:400,700'); *{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; margin:0; padding: 0; &:before, &:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } } ::selection { background: #953e78; color: #fff; } ::-moz-selection { background: #953e78; color: #fff; } html { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } *{ outline:none; } a { text-decoration: none; outline:none; &:hover, &:focus { outline:none; transition:0.3s ease 0s; -moz-transition:0.3s ease 0s; -webkit-transition:0.3s ease 0s; } } img { vertical-align: middle; } body { margin: 0; padding: 0; font-family: 'PT Sans', sans-serif; font-family: 'PT Serif', serif; } header, section, footer, aside, article, figure { display: block; } .clr, .clear{ clear:both; line-height:0; font-size:0; } .report-wrapper{ width: 1250px; margin: 0 auto; &.page-02{ width: 1250px; } }