.WidgetUI {
    width: 200px;
    color: #644183;
    font-family: Georgia, Times New Roman, Times, serif;
    font-size: 9pt;
    text-decoration: none;
}

div.WidgetUI a.RatingBold {
    font-weight: normal;
    text-decoration: none;
    cursor: pointer;
    color: #644183
}

div.WidgetUI span.RatingSpecial {
    font-weight: bold;
    font-family: Georgia, Times New Roman, Times, serif;
    font-size: 11pt;
    font-variant: normal;
    font-weight: bold;
}

span.RatingName {
    font-family: Georgia, Times New Roman, Times, serif;
    color: #26a69a;
    font-weight: bold;
}

span.RatingScore {
    font-family: Georgia, Times New Roman, Times, serif;
    font-size: 12pt;
    color: #26a69a;
    font-weight: bold;
}

div.WidgetWrapper {
	width: 210px;
    text-align:center;
	display:inline-block;
	border:1px solid;
	margin:10px;
	padding:5px;
    background-color: white;
}

#newWidgetWrapper {
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.3), 0 1px 5px 0 rgba(0,0,0,0.2), 0 3px 1px -2px rgba(0,0,0,0.2) !important;
    width: 275px !important;
    height: auto !important;
    margin: 0 auto !important;
    font-family: Arial, sans-serif !important;
    box-sizing: border-box !important;
    text-align: center;
}

#newWidgetWrapper * {
    box-sizing: border-box !important;
}

#newWidgetWrapper .new-widget-header {
    padding: 10px 5px !important;
    background: #26a69a !important;
}

#newWidgetWrapper .new-widget-header img {
    height: 35px !important;
}

#newWidgetWrapper .new-widget-body {
    padding: 5px !important;
}

#newWidgetWrapper .new-widget-body .title a {
    font-size: 16px !important;
    color: #6ca698 !important;
    font-weight: bold !important;
    margin-bottom: 0px !important; 
    text-decoration: none !important;
}

#newWidgetWrapper .new-widget-body .title a:hover {
    color: #64ceb4 !important;
    font-weight: bold !important;
    text-decoration: none !important;
}

#newWidgetWrapper .new-widget-body .img-wrapper {
    padding: 3px 0 !important;
    line-height: 15px;
}

#newWidgetWrapper .new-widget-body .list-wrapper {
    text-align: center !important;
}

#newWidgetWrapper .new-widget-body .list-wrapper .btn-item {
    display: inline-block !important;
    font-size: 13px !important;
    color: #6ca698 !important;
    padding: 0 !important;
    text-decoration: none !important;
}

#newWidgetWrapper .new-widget-body .list-wrapper .btn-item:hover {
    color: #64ceb4 !important;
    font-weight: 400 !important;
    text-decoration: none !important;
}

#newWidgetWrapper .bold {
    font-weight: bold !important;
}

#newWidgetWrapper a:-webkit-any-link {
    text-decoration: none !important;
}