#wdc-style .img-thumbnail {
  border-radius: 0;
}
#wdc-style code {
  border-radius: 0;
}
#wdc-style pre {
  border-radius: 0;
}
#wdc-style .form-control {
  border-radius: 0;
}
#wdc-style .form-control:focus {
  border-color: #66afe9;
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#wdc-style .input-sm {
  border-radius: 0;
}
#wdc-style .input-lg {
  border-radius: 0;
}
#wdc-style .btn {
  border-radius: 0;
}
#wdc-style .btn-lg {
  border-radius: 0;
}
#wdc-style .btn-sm,
#wdc-style .btn-xs {
  border-radius: 0;
}
#wdc-style .dropdown-menu {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#wdc-style .btn-group-xs > .btn {
  border-rad