.uu-goal-widget-container {
  display: relative;
  height: 100%;
}

.uu-goal-item {
  height: 100%;
  margin: 10px 20px;
  background: #FFFFFF;
  padding: 30px 30px 30px 100px;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
.uu-goal-item .uu-goal-header {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  overflow: visible;
}
.uu-goal-item .uu-goal-header .uu-goal-id {
  position: absolute;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  top: 0;
  left: -110px;
  background: #CC0000;
  border-radius: 4px;
  color: #FFFFFF;
  width: 80px;
  height: 80px;
  font-size: 55px;
  font-weight: 800;
}
.uu-goal-item .uu-goal-header .uu-goal-description {
  font-size: 14px;
  color: #000000;
}

.uu-goal-item .uu-goal-header .uu-goal-description h4 {
  color: #CC0000;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.uu-goal-item h5.uu-goal-objs-title {
  color: #CC0000;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 5px;
}


.uu-goal-item .uu-goal-objs {
  display: flex;
  flex-flow: column wrap;
}
.uu-goal-item .uu-goal-objs .uu-goal-obj-item {
  position: relative;
  display: flex;
  flex: 1 1 auto;
  flex-flow: row nowrap;
  overflow: visible;
}
.uu-goal-item .uu-goal-objs .uu-goal-obj-item .uu-goal-obj-label {
  position: absolute;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  top: 0;
  left: -110px;
  background-color: #DDDDDD;
  color: #FFFFFF;
  width: 80px;
  height: 22px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  border-radius: 4px 0px 0px 4px;
}
.uu-goal-item .uu-goal-objs .uu-goal-obj-item .uu-goal-obj-label .uu-goal-obj-label-caret {
  position: absolute;
  content: '';
  top: 0px;
  right: -11px;
  width: 0px;
  height: 0px;
  border-top: 11px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 11px solid transparent;
}

.uu-goal-item .uu-goal-objs .uu-goal-obj-item .uu-goal-obj-description {
  font-size: 13px;
  color: #636363;
}