This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<style> | |
* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; padding:0; margin:0; } | |
body, input, textarea, select,ul,li { font:13px/20px Arial, sans-serif; color:#333; } | |
.page { width:800px; margin:0 auto; padding:30px; } | |
.popover { border:1px solid #ccc; display:inline-block; padding:20px; box-shadow:2px 2px 10px rgba(0,0,0,0.25); } | |
.table { display:table; } | |
.row { display:table-row; } | |
.cell { display:table-cell; padding-bottom:20px; } |