/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */ html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } table { border-collapse: collapse; border-spacing: 0; } /* Main CSS Styling */ @font-face { font-family: 'quicksandbold'; src: url('quicksand-bold-webfont.woff2') format('woff2'), url('quicksand-bold-webfont.woff') format('woff'); font-weight: normal; font-style: normal; } @font-face { font-family: 'quicksandmedium'; src: url('quicksand-medium-webfont.woff2') format('woff2'), url('quicksand-medium-webfont.woff') format('woff'); font-weight: normal; font-style: normal; } @font-face { font-family: 'quicksandregular'; src: url('quicksand-regular-webfont.woff2') format('woff2'), url('quicksand-regular-webfont.woff') format('woff'); font-weight: normal; font-style: normal; } #header { text-align: right; } #header div { display: inline-block; margin-right: 5%; } hr { border: 0; height: 2px; background-image: linear-gradient( to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0)); } #title { padding: 30px 30px 0 30px; font-family: 'quicksandregular'; font-weight: bold; font-size: 2em; } #authors { padding: 30px 30px 0 30px; font-family: 'quicksandregular'; font-weight: bold; font-size: 15px; color: #a8a8a8; } #institute { padding: 30px 30px 0 30px; font-size: 15px; font-family: 'quicksandregular'; font-weight: bold; color: #696969; } #subheader { padding: 30px; text-align: center; vertical-align: middle; font-weight: bold; font-size: 25px; } #subheader input { vertical-align: middle; } .image { text-align: center; float: left; width: 32%; padding: 5px; } .icon { width: 3%; height: 3%; } .cont img, .cont input { vertical-align: middle; } #abstract { float: left; padding-left: 5%; font-family: 'Quicksand'; font-size: 15px; width: 45%; height: 300px; } #details { float: left; background-color: #ededed; border: 1px solid #bdbdbd; width: 350px; height: 280px; border-radius: 10px; right: 8%; bottom: 8%; }