/*

Theme Name: X – Child Theme
Theme URI: http://theme.co/x/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to X in this child theme.
Version: 1.0.0
Template: x

*/

body {
  -moz-hyphens: auto;
   -o-hyphens: auto;
   -webkit-hyphens: auto;
   -ms-hyphens: auto;
   hyphens: auto;
}

/* Liste */
ul, ol {
    padding: 0;
    margin: 0 0 1.5em 1.0em;
        margin-top: 0px;
        margin-bottom: 1.5em;
}

/* Tablepress */
.el15.x-text {
  color: #717b87 !important;
}

.tablepress tbody td {
  border-top: 0px solid #ddd !important;
}

.tablepress tbody tr:first-child td {
  width: 100px;
}

/* Blog */
.entry-title:before {
    float: left;
    position: relative;
    top: 0.1375em;
    margin-right: 0.35em;
    font-size: 0.88em;
    line-height: 1;
    text-align: center;
    color: #e6e6e6;
    background-color: #fff;
    font-family: "FontAwesome" !important;
    font-style: normal !important;
    font-weight: normal !important;
    text-decoration: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: none !important;
}

.p-meta > span:nth-child(1) {
    display: none;
}
