@import "eshop_base.css";

li, dt, dd, th, td { font-size: 1em }
thead th, tfoot td { font-size: 1em }
li { margin-bottom: 0.2em }

#content { max-width: 1200px; }

.application_app_name { font-weight: bold }
.application_resource_name { font-weight: bold }
.authorize_grant_period_row { vertical-align: middle }
ul.application_permission_list li { list-style-type: disc; }
#btn_grant, #btn_deny { margin: 20px; padding: 5px 10px; font-size: 1.2em; font-weight: bold; }
.property-list .application-callback-list { list-style-type: none; margin: 0; padding: 0; }

.authorization-code, .access-token { font-weight: bold; font-size: 2em; }
.doc_section_title { display: block; line-height: 1.5 }
.api_resource_sets h3 { background: #CCCCCC; padding: 5px; margin-bottom: 0px; }

.api_filters { border: 1px solid #CCCCCC; }
.api_filters thead th { background-color: #e1e1e1; color: #666; }
.api_filters th, .api_filters td { padding: 5px; }

@media (min-width: 768px) {
  .api_resource_spec .property-list label { width: 33%; }
}
