#idModalQueueSheet .queuesheet-header {
  background-color: #EC008C;
  border: 3px solid #FFFFFF;
  height: 48px;
}
#idModalQueueSheet .queuesheet-title {
  font-family: SCDreamMedium;
  font-size: 16px;
  color: #FFFFFF;
}
#idModalQueueSheet .queuesheet-channel {
  font-family: SCDreamRegular;
  font-size: 13px;
  width: 65%;
  padding-top : 8px;
}
#idModalQueueSheet .queuesheet-channel .queuesheet-channel-text {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#idModalQueueSheet .queuesheet-command {
  font-size: 18px;
}
#idModalQueueSheet .control-queuesheet {
  cursor: pointer;
  font-family: SCDreamBold;
  font-size: 46px;
  color: #EC008C;
  text-align: center;
  margin-top: -8px;
  margin-bottom: -8px;
}
