# wt-security/2.2.2/htdocs/css/4-content_monitoring.css

WebTotem Security, version 2.2.2. 59 lines.

- Page: https://pluginprobe.com/plugins/wt-security/2.2.2/code/htdocs/css/4-content_monitoring.css
- Raw: https://pluginprobe.com/plugins/wt-security/2.2.2/raw/htdocs/css/4-content_monitoring.css
- Modified: 2020-10-06T09:33:46+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/wt-security/2.2.2/code/htdocs/css/4-content_monitoring.css#L10-L20`.

```css
.wtotem_table {
  width: 100%;
  background: #fff;
  border-radius: 5px;
  font-weight: 500;
  border-collapse: collapse; }
  .wtotem_table__tr {
    display: flex; }
  .wtotem_table__th {
    text-align-last: left;
    padding: 15px 18px;
    width: 33.3333333333%;
    border: 1px solid #f3f5f6; }
    .wtotem_table__th:last-child {
      border-right: none; }
  .wtotem_table__td {
    padding: 12px 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 33.3333333333%;
    border: 1px solid #f3f5f6; }
  .wtotem_table__info .wtotem_table__td {
    border-top: none;
    border-bottom: none; }
  .wtotem_table__info_last .wtotem_table__td {
    border-bottom: 1px solid #f3f5f6; }
  .wtotem_table__expired {
    color: #d56c6a; }
  .wtotem_table__solve {
    color: #3d50df; }
  .wtotem_table__text {
    text-align: right;
    color: #86939e; }
  .wtotem_table__title {
    font-size: 14px;
    text-transform: uppercase; }
  .wtotem_table__ok {
    color: #4bc374; }
  .wtotem_table__td-last {
    padding: 12px 18px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .wtotem_table__td-last span {
      color: #3d50df; }
    .wtotem_table__td-last:after {
      content: "";
      margin-left: auto;
      border: solid #5e6977;
      border-width: 0 1.5px 1.5px 0;
      display: inline-block;
      padding: 4px;
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg); }

/*# sourceMappingURL=4-content_monitoring.css.map */

```
