.t201plugin .tbox {
  margin: 20px 0;
  overflow: auto;
  position: relative;
  background-color: #fff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }
  .t201plugin .tbox .tbox-heading {
    border-bottom: 1px solid #dddddd;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 12px 15px; }
  .t201plugin .tbox .tbox-body {
    padding: 15px; }
  .t201plugin .tbox .tbox-footer {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top: 1px solid #ddd;
    padding: 8px 15px; }
  .t201plugin .tbox h3 {
    margin: 0;
    display: inline-block; }
.t201plugin .pull-right {
  float: right; }
.t201plugin .ttable {
  display: table;
  width: 100%;
  border-collapse: collapse; }
  .t201plugin .ttable .thead {
    font-weight: bold;
    display: table-row;
    line-height: 25px;
    font-size: 14px; }
  .t201plugin .ttable .trow {
    display: table-row;
    border-bottom: 1px solid #fefefe; }
    .t201plugin .ttable .trow:last-child {
      border-bottom: 0px; }
    .t201plugin .ttable .trow .tcol {
      display: table-cell;
      padding: 5px; }
.t201plugin .tbtn {
  padding: 5px 10px;
  border-radius: 4px;
  text-decoration: none; }
.t201plugin .tbtn-success {
  border: 1px solid #5cb85c; }
.t201plugin .error-msg {
  color: #ff0000;
  font-style: italic;
  font-size: .85em; }
.t201plugin .valid {
  color: #4bb648;
  position: absolute;
  right: 10px;
  top: 43px;
  z-index: 9;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease; }
.t201plugin .notvalid {
  color: #ff0000;
  font-size: 14px;
  position: absolute;
  right: 10px;
  top: 43px;
  z-index: 9;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease; }
.t201plugin .form-group {
  position: relative; }
.t201plugin .think201-wp-fields-container {
  margin: 10px 0; }
  .t201plugin .think201-wp-fields-container input,
  .t201plugin .think201-wp-fields-container textarea,
  .t201plugin .think201-wp-fields-container select {
    width: 100%;
    height: 40px;
    border: 1px solid #dddddd; }
.t201plugin .think201-wp-msg {
  font-size: 16px;
  display: none; }

.dd_counter {
  text-align: center; }
  .dd_counter h2 {
    color: #1abc9c;
    font-family: inherit;
    font-size: 2.3rem;
    font-weight: 600;
    margin: 0 auto 10px;
    padding: 0;
    text-align: center; }
    .dd_counter h2 .dd_number {
      padding: 0 1px; }
    .dd_counter h2 .dd_comma {
      margin-left: 0 !important;
      margin-right: 3 !important; }
  .dd_counter p {
    color: #767676;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    margin-top: 5px;
    display: table;
    margin: auto;
    padding: 0;
    margin-bottom: 0; }
