﻿.WerkstandardProcedure {
  overflow: hidden;
  background-color: #d5e0e2;
  margin-bottom: 3px;
  display: table;
  width: 100%;
  min-height: 50px;
}
.WerkstandardProcedure .Description {
  width: 80px;
  padding-left: 5px;
  padding-right: 10px;
  min-height: 50px;
  border-left-color: #fff;
  border-left-width: 3px;
  border-left-style: solid;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.WerkstandardProcedure .Procedure {
  vertical-align: middle;
  display: table-cell;
  padding-left: 10px;
}
.WerkstandardProcedure .Procedure a,
.WerkstandardProcedure .Description a {
  text-decoration: none;
}
.WerkstandardProcedure .Procedure a:hover,
.WerkstandardProcedure .Description a:hover {
  text-decoration: underline;
}
.WerkstandardProcedure .Procedure > div {
  vertical-align: middle;
  margin-left: 20px;
  display: table-row;
  width: 100%;
}
.WerkstandardProcedure .Procedure > img {
  float: right;
  margin-top: 6px;
  margin-right: 6px;
}
.procedureToggleDown {
  float: right;
  margin-top: 6px;
  margin-right: 6px;
  background: url("/images/procDown.png") no-repeat;
  width: 16px;
  height: 10px;
}
.procedureToggleUp {
  float: right;
  margin-top: 6px;
  margin-right: 6px;
  background: url("/images/procUp.png") no-repeat;
  width: 16px;
  height: 10px;
}
