/* This stylesheet is used to style the public-facing components of the plugin. */

.tf_doc_type {
  font-size: 12px;
  font-weight: bold;
  float: left;
  vertical-align: top;
}


.tf_doc_posted {
  font-size: 12px;
  font-weight: bold;
  float: right;
  vertical-align: top;
}

.tf_file_list_start {
  list-style: none;
  left: -30px;
  padding: 0px, 0px;
}

.tf_file_list_start li {
  background-color: #EDEDED;

  -moz-border-radius-topright: 15px;
  -moz-border-radius-bottomright: 15px;    
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-bottomleft: 15px;                

  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;   
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;   
  margin: 3px 0;
  padding-top: 5px;
  padding-bottom: 10px;
  padding-right: 15px;
  padding-left: 15px;
}

.TF_file_title_link {
  font-size: 18px;
}

.tf_file_description {
  font-size: 14px;
  font-style: italic;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
