article.ttc_session {
  border-bottom: none;
}

.ttc-session-description {}
.ttc-session-details {}
  
.ttc-session-details h2 {
  font-size: x-large;
  font-weight: bold;
}

.ttc-session-details hr {
  margin: 1rem 0;
}

th#thumbnail {
  width: 150px;
  max-width: 30%;
  text-align: center;
}

th#date {
  width: 15%;
  min-width: 275px;
  text-align: center;
}

th#w {
  width: 30%;
  min-width: 250px;
}

th#status, th#action {
  width: 15%;
  min-width: 150px;
}

td.session-time {
    text-align: center;
}

#content article.ttc_session header > h1 {
  text-align: center;
}

div.search #searchform {
  float: right;
  width: 25%;
  min-width: 300px;
}

span.indent {
  padding-left: .5em;
  display: inline-block ;
}

table.sessions img.wp-post-image {
  width: 150px;
}

/* Sort Toggle Bar Directives */

#toggle-descriptions {
  display: inline-block;
  float: left;
}

#sort-menu {
  display: inline-block;
  float: right;
}

#sort-menu div {
  display: inline-block;
  float: left;
  margin-left: 7px;
}


time.icon
{
  font-size: .75em; /* change icon size */
  display: block;
  position: relative;
  width: 7em;
  height: 7em;
  background-color: #fff;
  margin: 0 auto 1em auto;
  border-radius: 0.6em;
  box-shadow: 0 1px 0 #bdbdbd, 0 2px 0 #fff, 0 3px 0 #bdbdbd, 0 4px 0 #fff, 0 5px 0 #bdbdbd, 0 0 0 1px #bdbdbd;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform: rotate(0deg) skewY(0deg);
  -webkit-transform-origin: 50% 10%;
  transform-origin: 50% 10%;
}

time.icon *
{
  display: block;
  width: 100%;
  font-size: 1em;
  font-weight: bold;
  font-style: normal;
  text-align: center;
}

time.icon strong
{
  position: absolute;
  top: 0;
  padding: 0.4em 0;
  color: #fff;
  background-color: #fd9f1b;
  border-bottom: 1px dashed #f37302;
  box-shadow: 0 2px 0 #fd9f1b;
}

time.icon em
{
  position: absolute;
  bottom: 0em;
  color: #fd9f1b;
}

time.icon span
{
  width: 100%;
  font-size: 2.8em;
  letter-spacing: -0.05em;
  padding-top: 0.6em;
  color: #2f2f2f;
}

strong.session-time {
  text-transform: uppercase;
  text-align: center;
}

div.my-sessions table #register_link.button {
  width: 100%;
}

.grid-padding-x {
  display: block;
}

a.button, a.btn, a.btn-primary, a.btn-lg {
  margin-top: 5px;
  margin-bottom: 5px;
}

a.button:visited, a.btn:visited, a.btn-primary:visited, a.btn-lg:visited {
  color: #fff;
}

select {
  padding-left: 10px;
}