﻿/* reset default */
* {margin: 0; padding: 0; outline: none;}
h1, h2, h3, h4, h5, h6, input, select, textarea {font-size: 100%;}
ol, ul {list-style: none;}
table {border-collapse: collapse; border-spacing: 0;}
caption, th {text-align: left;}
a img, :link img, :visited img {border: none;}

body {
  background-color: #c9c9c9;
  font: 13px Arial, 'Microsoft Jhenghei';
}

#layout {
  width: 99%;
  max-width: 1280px;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
}

#layout h1 {
  font-size: 28px;
  background-color: #505050;
  padding: 20px 15px;
  color: #fff;
}

#copyright,
#serverInfo {
  background-color: #808080;
  color: #fff;
  text-align: right;
  padding: 6px;
  font-size: x-small;
  font-style: italic;
}

#copyright a {
  font-weight: bold;
  color: #fff;
  text-decoration: underline;
}

.fieldsets {
  background-color: #f6f6f6;
  padding: 10px;
}

fieldset {
  border: 1px solid #ccc;
  display: block;
  padding: 5px 10px 10px 10px;
  line-height: 20px;
  margin-bottom: 15px;
  overflow: hidden;
  height: auto;
}

legend {
  background-color: #505050;
  color: #fff;
  margin-bottom: 10px;
  padding: 3px 3px 3px 10px;
  width: 250px;
  width: 40%;
  cursor: pointer;
  font-size: 13px;
}

label {
  display: inline-block;
  margin: 0 5px 0 0;
  width: 80px;
  padding-left: 10px;
  vertical-align: top;
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

#userAgent {
  display: inline-block;
  width: 85%;
}

.trace p {
    font-size: 12px;
}

#causes, #solves {
  margin-left: 30px;
  list-style: square;
}

#causes {
  list-style: decimal;
}

fieldset p {
  white-space: pre-wrap;
  *white-space: pre;
  *word-wrap: break-word;
  padding: 0 10px;
}

fieldset pre {
  font: inherit;
}