<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.form-control {
  height: 34px;
  padding: 6px 12px;
  color: #555;
  border: 1px solid #CCC;
  border-radius: 4px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s; }
  .form-control:focus {
    border-color: #66AFE9;
    outline: 0px none;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(102, 175, 233, 0.6); }
  .form-control:disabled {
    background-color: #eee;
    color: #ccc; }

a {
  text-decoration: none;
  color: #337ab7;  }
  a:link {
    color: #337ab7; }
  a:hover {
    text-decoration: underline;
    cursor: pointer; }
	
	
  
  .link-like {
  color: #337ab7;
  cursor: pointer; }
  .link-like:hover {
    text-decoration: underline; }</pre></body></html>