/*
 Theme Name:   Libre Poppyz
 Theme URI:    http://poppyz.nl/download/twenty-fifteen-poppyz/
 Description:  A slightly modified Libre Theme to integrate the Poppyz plugin. Requires the Twenty Eleven theme.
 Author:       Poppyz
 Author URI:   http://poppyz.nl
 Template:     libre
 Version:      1.1.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  twenty-fifteen-poppyz
*/

.widget_ppy_lesson_widget ul {
  list-style: none;
  margin: 0 0 0 15px;
}
.screen-reader-text {
  width: auto !important;
}
button, input[type="button"], input[type="reset"], input[type="submit"], #infinite-handle span {
  margin-bottom: 10px;
}
th {
  text-align: left;
}

.page-template-fullwidth-page-php .singular .site-main {
  margin: 0;
}
.entry-content input[type="text"], .entry-content input[type="email"], .entry-content input[type="url"], .entry-content input[type="password"], input[type="search"] {
  width: 380px;
}
button, input[type="button"], input[type="reset"], input[type="submit"], #infinite-handle span {
    border: 1px solid #404040;
    border-color: #ccc #404040 #404040 #ccc;
    padding: 5px;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
#infinite-handle span:hover {
    background: #404040;
    border-bottom-width: 1px;
    color: #fff;
    margin-bottom: 10px;
}

#review-details input[type="submit"] {
    margin: 0 auto 10px;
    display: block;
    font-size: 23px;
    font-size: 1.4375rem;
}