#wdc-style .btn-striped {
  color: #333333;
  background-color: #ffffff;
  border-left-width: 3px;
  border-right: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
#wdc-style .btn-striped:hover,
#wdc-style .btn-striped:focus,
#wdc-style .btn-striped:active,
#wdc-style .btn-striped.active {
  color: #333333;
  background-color: #ebebeb;
  border-right: 1px solid #adadad;
  border-top: 1px solid #adadad;
  border-bottom: 1px solid #adadad;
}
#wdc-style .btn-striped.disabled,
#wdc-style .btn-striped[disabled],
#wdc-style fieldset[disabled] .btn-striped,
#wdc-style .btn-striped.disabled:hover,
#wdc-style .btn-striped[disabled]:hover,
#wdc-style fieldset[disabled] .btn-striped:hover,
#wdc-style .btn-striped.disabled:focus,
#wdc-style .btn-striped[disabled]:focus,
#wdc-style fieldset[disabled] .btn-striped:focus,
#wdc-style .btn-striped.disabled:active,
#wdc-style .btn-striped[disabled]:active,
#wdc-style fieldset[disabled] .btn-striped:active,
#wdc-style .btn-striped.disabled.active,
#wdc-style .btn-striped[disabled].active,
#wdc-style fieldset[disabled] .btn-striped.active {
  background-color: #ffffff;
  border-right: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
#wdc-style .btn-striped-right {
  color: #333333;
  background-color: #ffffff;
  border-right-width: 3px;
  border-left: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
#wdc-style .btn-striped-right:hover,
#wdc-style .btn-striped-right:focus,
#wdc-style .btn-striped-right:active,
#wdc-style .btn-striped-right.active {
  color: #333333;
  background-color: #ebebeb;
  border-left: 1px solid #adadad;
  border-top: 1px solid #adadad;
  border-bottom: 1px solid #adadad;
}
#wdc-style .btn-striped-right.disabled,
#wdc-style .btn-striped-right[disabled],
#wdc-style fieldset[disabled] .btn-striped-right,
#wdc-style .btn-striped-right.disabled:hover,
#wdc-style .btn-striped-right[disabled]:hover,
#wdc-style fieldset[disabled] .btn-striped-right:hover,
#wdc-style .btn-striped-right.disabled:focus,
#wdc-style .btn-striped-right[disabled]:focus,
#wdc-style fieldset[disabled] .btn-striped-right:focus,
#wdc-style .btn-striped-right.disabled:active,
#wdc-style .btn-striped-right[disabled]:active,
#wdc-style fieldset[disabled] .btn-striped-right:active,
#wdc-style .btn-striped-right.disabled.active,
#wdc-style .btn-striped-right[disabled].active,
#wdc-style fieldset[disabled] .btn-striped-right.active {
  background-color: #ffffff;
  border-left: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
#wdc-style .callout {
  margin: 20px 0;
  padding: 15px 30px 15px 15px;
  border: none;
  border-left: 4px solid transparent;
}
#wdc-style .callout h4 {
  margin-top: 0;
  color: inherit;
}
#wdc-style .callout .callout-link {
  font-weight: bold;
}
#wdc-style .callout > p,
#wdc-style .callout > ul {
  margin-bottom: 0;
}
#wdc-style .callout > p + p {
  margin-top: 5px;
}
#wdc-style .callout-success {
  background-color: #e7fadf;
  border-color: #b9ceab;
}
#wdc-style .callout-success hr {
  border-top-color: #c9e2b3;
}
#wdc-style .callout-success .callout-link {
  color: #356635;
}
#wdc-style .callout-info {
  background-color: #f0f7fd;
  border-color: #d0e3f0;
}
#wdc-style .callout-info hr {
  border-top-color: #a6e1ec;
}
#wdc-style .callout-info .callout-link {
  color: #2d6987;
}
#wdc-style .callout-warning {
  background-color: #fefbed;
  border-color: #f1e7bc;
}
#wdc-style .callout-warning hr {
  border-top-color: #f8e5be;
}
#wdc-style .callout-warning .callout-link {
  color: #a47e3c;
}
#wdc-style .callout-danger {
  background-color: #fcf2f2;
  border-color: #dFb5b4;
}
#wdc-style .callout-danger hr {
  border-top-color: #e6c1c7;
}
#wdc-style .callout-danger .callout-link {
  color: #953b39;
}
#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-radius: 0;
}
#wdc-style .btn-group-sm > .btn {
  border-radius: 0;
}
#wdc-style .btn-group-lg > .btn {
  border-radius: 0;
}
#wdc-style .btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 0;
}
#wdc-style .btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
}
#wdc-style .input-group-lg > .form-control,
#wdc-style .input-group-lg > .input-group-addon,
#wdc-style .input-group-lg > .input-group-btn > .btn {
  border-radius: 0;
}
#wdc-style .input-group-sm > .form-control,
#wdc-style .input-group-sm > .input-group-addon,
#wdc-style .input-group-lg > .input-group-btn > .btn {
  border-radius: 0;
}
#wdc-style .input-group-addon {
  border-radius: 0;
}
#wdc-style .input-group-addon.input-sm {
  border-radius: 0;
}
#wdc-style .input-group-addon.input-lg {
  border-radius: 0;
}
#wdc-style .nav-tabs > li > a {
  border-radius: 0;
}
#wdc-style .nav-pills > li > a {
  border-radius: 0;
}
@media (min-width: 768px) {
  #wdc-style .navbar {
    border-radius: 0;
  }
}
#wdc-style .navbar-toggle {
  border-radius: 0;
}
#wdc-style .navbar-toggle .icon-bar {
  border-radius: 0;
}
#wdc-style .breadcrumb {
  border-radius: 0;
}
#wdc-style .pagination {
  border-radius: 0;
}
#wdc-style .pagination > li:first-child > a,
#wdc-style .pagination > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#wdc-style .pagination > li:last-child > a,
#wdc-style .pagination > li:last-child > span {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#wdc-style .pagination-lg > li:first-child > a,
#wdc-style .pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#wdc-style .pagination-lg > li:last-child > a,
#wdc-style .pagination-lg > li:last-child > span {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#wdc-style .pagination-sm > li:first-child > a,
#wdc-style .pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
#wdc-style .pagination-sm > li:last-child > a,
#wdc-style .pagination-sm > li:last-child > span {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#wdc-style .pager li > a,
#wdc-style .pager li > span {
  border-radius: 0;
}
#wdc-style .label {
  border-radius: 0;
}
#wdc-style .badge {
  border-radius: 0;
}
#wdc-style .container .jumbotron {
  border-radius: 0;
}
#wdc-style .thumbnail {
  border-radius: 0;
}
#wdc-style .alert {
  border-radius: 0;
}
#wdc-style .progress {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#wdc-style .progress-bar {
  -webkit-box-shadow: none;
  box-shadow: none;
}
#wdc-style .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
#wdc-style .list-group-item:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
#wdc-style .panel {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#wdc-style .panel-heading {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
#wdc-style .panel-footer {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
#wdc-style .panel-group .panel {
  border-radius: 0;
}
#wdc-style .well {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#wdc-style .well-lg {
  border-radius: 0;
}
#wdc-style .well-sm {
  border-radius: 0;
}
#wdc-style .close {
  text-shadow: none;
}
#wdc-style .modal-content {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media screen and (min-width: 768px) {
  #wdc-style .modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
#wdc-style .tooltip-inner {
  border-radius: 0;
}
#wdc-style .popover {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#wdc-style .popover-title {
  border-radius: 0;
}
#wdc-style .carousel-control {
  text-shadow: none;
}
#wdc-style .carousel-indicators li {
  border-radius: 0;
}
#wdc-style .carousel-caption {
  text-shadow: none;
}