/**
 * Theme Name:  Pustaka Child
 * Theme URI:   http://tokomoo.com
 * Description: A blank child theme of the Paradize parent theme.
 * Version:     1.0
 * Author:      Your Name
 * Author URI:  http://tokomoo.com
 * Tags:        shop
 *
 * License:     GNU General Public License v2.0
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Template:    pustaka
 */

/* Importing the parent theme stylesheet. */
@import url(../pustaka/style.css);

/* Place your custom style here. */

.botoes{
	padding-top: 20px;
}
.PKSbtn{
	display: inline-block;
	border: 3px solid #BDBDBD;
    border-radius: 50px;
    line-height: 44px;
    padding: 0 20px;
    margin-right: 10px;
}
body .w3eden{
	width: 160px;
	float: left;
}
body .w3eden .media-left, .w3eden .media > .pull-left {
    display:none;
}
body .media-body strong.ptitle{
	display:none;
}
body .wpdm-download-link{
    border-radius: 3px;
}

body .w3eden a.wpdm-download-link {
    display: inline-block;
	border: 3px solid #BDBDBD;
    border-radius: 50px;
    line-height: 44px;
    padding: 0 20px;
    color: #616161;
    margin-right: 10px;
    font-weight: normal;
}
body .w3eden .media-body .wpdm-download-link:hover{
	text-decoration: none;
}
body .wpdm-download-link{
    display: inline-block;
    max-width: 100%;
}

body .w3eden .media-body{
	text-align: center;
}
.woocommerce-account .woocommerce-MyAccount-navigation-link--downloads {
  display: none;
}
body .product-grid .product__action{
    background-color: rgba(255, 255, 255, 0.6);
}
.relatorio .imagem{
    width:20%;
    padding-right:20px;
    vertical-align:top
}
.relatorio .imagem img{
    width100%;
    height:auto;
}
.relatorio .dados{
    padding-left:10px;
    width:75%;
}
.relatorio .dados h4 span{
    font-size:0.7em;
    text-decoration:underline;
    cursor:pointer;
}
.relatorio .dados thead th{
    background:#333;
    text-align:left;
}
.relatorio .dados .por-regiao .data{
    display: none;
}
.relatorio .dados .por-sexo .data{
    display: none;
}