div.clwl_entry_container
{
  font-family: Arial,Verdana,Geneva,Helvetica,sans-serif;
  /*padding: 0.9em;*/
}

div.clwl_headword_block
{
  margin-bottom: 1em;
  padding-top: 0;
}

span.clwl_headword
{
  font-size: 150%;
  font-weight: 700;
  color: #2d3d6b;
}

span.clwl_count
{
  padding-left: 3em;
  /*font-size: 150%;*/
  /*font-weight: 700;*/
  /*color: #2d3d6b;*/
}


div.clwl_entry_container.json_data a.close_btn
{
  /*position: fixed;*/
  position: absolute;
  right: 10px;
  left: auto;
  top: 10px;
  bottom: auto;
}

div.clwl_entry_container.json_data a.stop_btn
{
  /*position: fixed;*/
  position: absolute;
  right: 40px;
  left: auto;
  top: 7px;
  bottom: auto;

  display: block;
  text-align: center;
  cursor: pointer;
  border: none;
  height: 20px;
  padding: 0 7px;
  border-radius: 5px;
  /*box-shadow: inset 0 -2px 0 0 rgba(0, 0, 0, 0.15);*/
  font-size: 12px;
  line-height: 19px;
  background: #d2ddef;
  color: red;

  text-decoration: none;
}

div.clwl_control_block label
{
  padding-right: 1em;
}

div.clwl_information_block
, div.clwl_control_block
{
  margin-top: 0.4em;
  padding-left: 1em;
}

span.clwl_field_title
{
  color: gray;
  padding-right: 0.5em;
}

span.clwl_field_description
{
  color: gray;
  padding-left: 0.5em;
}

div.clwl_activity_block
, div.clwl_wordlist_block
{
  max-width: 30em;
  background-color: white;
  padding-left: 0.5em;
  padding-right: 0.5em;
  padding-top: 0.5em;
  padding-bottom: 1em;
}

div.clwl_wordlist_block
{
  margin-bottom: 0.5em;
}

div.clwl_block_title
{
  font-size: 1.3em;
  text-align: left;
  margin-bottom: 1em;
}

span.clwl_wordlist_name
, span.clwl_activity_status
{
  font-size: 1.15em;
  font-weight: bold;
}

span.clwl_wordlist_name
{
  max-width: 25em;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
}

span.clwl_activity_status
{
  display: block;
  padding-right: 1em;
  padding-bottom: 1em;
}

a.clwl_add_btn
{
  white-space: nowrap;
  /*display: block;*/
  /*padding-top: 1em;*/
}

span.no_wrap
{
  white-space: nowrap;
}

a.clwl_lesson_link
{
  display: inline-block;
  max-width: 25em;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 2em;
}

a.clwl_help_link
{
  padding-left: 1em;
}

div.floater_title
{
  color: #034290;
  font-weight: bold;
  padding-bottom: 0.7em;
}
