@charset "utf-8";

* { box-sizing: border-box; }

html { font-size: 10px; }

.manage-background { background-color: rgb(247, 247, 247); }

a { color: rgb(51, 122, 183); text-decoration: none; }

a:focus, a:hover { color: rgb(35, 82, 124); text-decoration: underline; }

a:active, a:hover { outline: 0px; }

p { margin: 0px 0px 10px; }

#extranet_bug_reported_container .modal.in, #extranet_report_a_bug_container .modal.in { position: absolute; left: 50%; top: 60%; transform: translate(-50%, -50%); background-color: rgb(237, 237, 237); box-shadow: rgba(0, 0, 0, 0.16) 0px 2px 8px 0px; z-index: 100; padding: 10px; }