.widget-giochi * {margin:0;padding:0;text-decoration:none;border:none; box-sizing: border-box;}
.widget-giochi {margin: 0 0 24px;position: relative;background: #fdfdfd; border-top: 2px #b5b5b5 solid; }

.widget-giochi:before { content: ''; width: 16px; height: 2px; background-color: #007CFF; position: absolute; top: -2px; left: -1px; z-index: 100;}
.widget-giochi:after { content: ''; width: 4px; height: 2px; position: absolute; top: -2px; left: 16px; background: #fdfdfd;}

/* Label */
.widget-giochi_label {display: inline-block;position: relative;font-size: 12px;line-height: 12px;font-weight: 500; color:#454545; margin: 0 0 20px;padding: 12px 0 12px 16px; text-transform: uppercase;}


.widget-giochi_list { width:385px; margin:0 auto; list-style: none;}

.widget-giochi_list li {text-align:center; border: 1px #ebebeb solid; border-width: 0 1px 0 0; display:inline-block; margin-bottom:15px; padding:0 52px 0 0;}
.widget-giochi_list li:last-child { border-width:0; padding:0 0 0 52px;}
.widget-giochi_list a { color:#9B9B9B; font-size: 13px;}
.widget-giochi_list img { display:block; margin-top:13px;}


@media only screen and (max-width:767px) {
  .widget-giochi {border-top: 2px #b5b5b5 solid;}
  .widget-giochi:before {height: 2px; top: -2px;}
  .widget-giochi:after {height: 2px; top: -2px; }
}

@media only screen and (max-width:480px) {
  .widget-giochi_list {width:136px;}
  .widget-giochi_list li { border-width: 0 0 1px 0; padding: 15px 0; margin-bottom:13px;}
  .widget-giochi_list li:last-child {padding: 0;}
}
