.sk-oh-app-area {
   display: table;
}
.sk-oh-day-wrapper {
   display: table-row;
}
.sk-oh-days,
.sk-oh-times,
.sk-oh-state,
.sk-oh-state-open,
.sk-oh-state-closed {
   display: table-cell;
}
.sk-oh-hide-container {
   display: none;
}
.sk-oh-days.sk-oh-days-bold {
   font-weight: bold;
}
.sk-oh-times {
   padding: 0 15px;
   text-align: center;
}
.sk-oh-times-wrapper span {
   margin: 0 3px;
}
.sk-oh-state,
.sk-oh-state-open,
.sk-oh-state-closed {
   font-weight: bold;
   text-align: left;
   vertical-align: bottom;
}
.sk-oh-state {
   color: #f6f60b;
}
.sk-oh-state-open {
   color: #008000;
}
.sk-oh-state-closed {
   color: #f00;
}
