.N78AF814E-card {
  min-height: 100px;
  border: 1px solid #F0F0F0;
  overflow: hidden;
}
.N78AF814E-left {
  width: 15%;
  float: left;
}
.N78AF814E-right {
  box-sizing: border-box;
  width: 70%;
  float: right;
  padding: 10px;
}
.N78AF814E-title {
  font-size: 24px;
  padding: 10px 0;
}
.N78AF814E-explanation {
  font-size: 15px;
  color: #555555;
}
.N78AF814E-points {
  font-size: 24px;
  text-align: center;
  padding: 20px 0 0;
}
.N78AF814E-userPoints {
  font-size: 24px;
  text-align: center;
}
.N78AF814E-upvote {
  display: block;
  background: white;
  height: 32px;
  margin-bottom: 10px;
}
.N78AF814E-upvote:hover {
  background-color: #F0F0F0;
}
.N78AF814E-upvotedYes {
  background: url(/apps/ticket/style.css/upvoted.png?o1-cache=014b1c40b2e12b0848d15c253251f47cfccb84b504) no-repeat center bottom white;
  height: 48px;
}
.N78AF814E-upvotedNo {
  background: url(/apps/ticket/style.css/not-upvoted.png?o1-cache=012678d3f68330bc74526a540fd06198311cff6cb2) no-repeat center bottom white;
  height: 48px;
}
.N78AF814E-prioritize {
  text-align: center;
}