/*
Theme Name: Namba Child
Theme URI:
Description: Your child theme description text...
Author: Your Name
Author URI: http://www.yourdomain.com/
Template: namba
Version: 1.0
Tags: Namba Child Theme
*/

/* Import the stylesheet from the Namba parent theme */
@import url('../namba/style.css');

/*
Now you can start adding your own styles here. Use !important to overwrite styles if needed. */
.clearboth {
  clear:both;
}
.pm {
  color: #c0c0c0;
}
.entry-details .entry-comments::before,
.entry-details .entry-author::before,
.entry-details .entry-edit::before {
  margin-left: 3px;
}
.wp-pagenavi {
  clear: both;
}
mark, ins {
  background: #f4f4f8;
  text-decoration: none;
}