.interactive {
    font: normal 12px/13px Arial,Helvetica,sans-serif;
    width: 940px;
    color: #000;
    margin: 0 auto;
    position: relative;
}
.smartphone .interactive {
    padding-left: 0;
}
.interactive.preload {
    background-image: url(https://beta.theglobeandmail.com/legacy/static/templates/images/loader.gif);
    background-repeat: no-repeat;
    background-position: center top;
    margin-bottom: 1px;
    height: 16px;
    overflow: hidden;
}
.interactive *:focus {
    outline: none;
}
.interactive .noselect {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
.interactive .preload {
    background-image: url(https://beta.theglobeandmail.com/legacy/static/templates/images/loader.gif);
    background-repeat: no-repeat;
    background-position: center top;
    display: block;
    height: 16px;
    margin: 40px 0 10px 0;
}
.interactive a {
    color: #000;
    text-decoration: none;
}
.interactive a:link {
    color: #da161f;
}
.interactive a:hover {
    color: #da161f;
    text-decoration: none;
}
.interactive a:visited {
    color: #da161f;
    text-decoration: none;
}
.interactive p {
    margin-bottom: 12px;
    position: relative;
}
.interactive .red {
    color: #da161f;
}
.interactive .lt {
    text-align: left !important;
}
.interactive .rt {
    text-align: right !important;
}
.interactive .cr {
    text-align: center !important;
}
.interactive ul {
    list-style-type: none;
    display: inline;
}
.interactive h2 {
    font:normal 30px/30px 'PrattRegular',Georgia,'Times New Roman',serif;
    margin-bottom: 16px;
    letter-spacing: -0.015em;
}
.interactive h3.sort {
    font:normal 16px/15px 'PrattRegular',Georgia,'Times New Roman',serif;
    margin: 6px 4px 0 0;
    display: inline;
    float: left;
}
/*adjust for webkit*/
@media screen and (-webkit-min-device-pixel-ratio:0)
{
    .interactive h3.sort {
        margin: 8px 4px 0 0;
    }
}
.interactive h3.label {
    font:normal 14px/15px 'PrattHeavy',Georgia,'Times New Roman',serif;
    margin: 12px 0 10px 0;
}
.interactive .item-media {
    width: 320px;
    margin-right: 15px;
}
.interactive .item-info {
    margin-top: -4px;
}

.interactive ul.item-info li {
    font: 10px/14px Verdana, Geneva, sans-serif;
    margin-bottom: 2px;
}
.interactive ul.item-info li span {
    font: bold 10px/14px Verdana, Geneva, sans-serif;
    padding-right: 3px;
}
.interactive .ratings {
    text-align: center;
}
.interactive .rating-cont {
    display: inline-block;
    width: 201px;
    -webkit-transition-duration:.75s;
    -moz-transition-duration:.75s;
    -o-transition-duration:.75s;
    -ms-transition-duration:.75s;
    transition-duration:.75s;
}
.interactive .rating-cont.voted {
    width: 125px;
}
.interactive .media {
    position: relative;
    width: 100%;     /* desired width */
}
.interactive .media:before {
    content: "";
    display: block;
    padding-top: 56.25%;  /* initial ratio of 1:1*/
}
.interactive .media-content {
    position:  absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.interactive .media-content span.notice{
    position: absolute;
    top: 31%;
    left: 0;
    width: 100% !important;
    font: normal 23px/25px 'PrattHeavy',Georgia,'Times New Roman',serif;
    text-align: center;
    color: #fff;
    overflow: hidden;
}
.interactive .media-content span.notice.none{
    top: 45%;
}
.interactive .media .media-content iframe {
    width: 100% !important;
    height: 100% !important;;
}
.interactive .media .media-content img {
    width: 100% !important;
    height: 100% !important;
}
.interactive .media-content span.video-play {
    background: url("https://beta.theglobeandmail.com/legacy/static/templates/images/play-arrow.png") no-repeat scroll center 56% transparent;
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}
.interactive .media-content span.video-play:hover {
    background-image: url("https://beta.theglobeandmail.com/legacy/static/templates/images/play-arrow-hover.png");
}
.interactive .review {
    background: url("https://beta.theglobeandmail.com/legacy/static/templates/images/sprite_review.png") no-repeat scroll 0 -1px transparent;
    display: inline-block;
    height: 11px;
    overflow: hidden;
    width: 53px;
    margin-bottom: 4px;
}
.interactive .review.disabled {
    display: none;
}
.interactive .review0-5 {
    background-position: 0 -15px;
}
.interactive .review1 {
    background-position: 0 -29px;
}
.interactive .review1-5 {
    background-position: 0 -43px;
}
.interactive .review2 {
    background-position: 0 -57px;
}
.interactive .review2-5 {
    background-position: 0 -71px;
}
.interactive .review3 {
    background-position: 0 -85px;
}
.interactive .review3-5 {
    background-position: 0 -99px;
}
.interactive .review4 {
    background-position: 0 -113px;
}

/* filter select */
.interactive .sort-cont {
    display: none;
}
.interactive select.dropdown {
    font:normal 16px/16px 'PrattRegular',Georgia,'Times New Roman',serif;
    color: #000;
    border: 1px solid #D9D9D9;
    padding: 3px;
    margin-bottom: 6px;
    display: block;
    width: 318px;
}
.interactive select.dropdown.sortSel {
    float: left;
    margin-right: 25px;
}
.interactive .sort .select .dropdown option {
    padding-left: 4px;
    color: #000;
}
.interactive .sort .select .dropdown option:disabled {
    color: #e1e1e1;
}
/*adjust for webkit*/
@media screen and (-webkit-min-device-pixel-ratio:0)
{
    .interactive select.dropdown {
        -webkit-appearance: none;
        -webkit-border-radius: 0;
        background: url("https://beta.theglobeandmail.com/legacy/static/templates/images/select-arrow.png") no-repeat scroll right center transparent;
        padding: 6px 25px 5px 5px;
    }
}
.interactive .credits {
    color: #999;
    font: normal 10px Arial, Helvetica, sans-serif;
    margin-top: 25px;
}
.interactive .pointer {
    cursor: pointer;
}
.interactive table.itemTable.desktop {
    border-collapse: collapse;
    font: 11px/16px Verdana, Geneva, sans-serif;
    cellspacing: 0;
    width: 960px;
}
.interactive table.itemTable .preload {
    display: none;
}
.interactive table.itemTable thead tr {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font: 10px/11px Verdana, Geneva, sans-serif;
}
.interactive table.itemTable thead th {
    padding: 0 0 6px 0;
    border-bottom: 1px solid #d9d9d9;
    text-align: left;
    font-weight: normal;
}

/* Table style */
.interactive table.itemTable thead th.title {
    width: 300px;
}
.interactive table.itemTable thead th.assets {
    width: 640px;
}
.interactive table.itemTable thead th.share {
    /*width: 123px;*/
}
.interactive table.itemTable tbody tr {
    border-bottom: 1px solid #D9D9D9;
}
.interactive table.itemTable tbody td {
    padding: 22px;
    overflow: hidden;
    overflow: visible;
    vertical-align: top;
}
.interactive table.itemTable tbody td.info {
    padding-right: 15px;
    padding-top: 30px;
    padding-bottom: 32px;
}
.interactive table.itemTable tbody td.assets {
    padding-left: 15px;
    padding-top: 32px;
    padding-bottom: 32px;
}
.interactive table.itemTable tbody td.logo img {
    height: 50px;
}
.interactive table.itemTable tr:nth-child(even) {
    background: #F9F9F9;
}
.interactive table.itemTable tr:nth-child(odd) {
    background: #FFF;
}

/* Gigya sharing button restyle */
.interactive .gig-share-button-container table tbody tr {
    border: none;
    padding: 0;
}
.interactive .gig-share-button-container table tbody tr {
    border: none;
    padding: 0;
}
.interactive .gig-bar-container table tbody tr {
    border: none;
    padding: 0;
    background: transparent !important;
}
.interactive .gig-bar-container table tbody td {
    padding: 0;
    display: inline-block;
}
.interactive .gig-share-button table tbody td img {
    margin: 0 !important;
}
.interactive div.gig-button-container {
    padding: 0 2px 0 2px;
}
.interactive .gig-bar-container table {
    margin: 0 auto;
}

/* Ratings */
.interactive .rating-wiget {
    text-align: center;
    display: inline-block;
    width: 232px;
    position: relative;
}
.interactive .rating {
    display: block;
    float: left;
    width: 62px;
    border-right: 1px solid #D9D9D9;
    cursor: default;
}
.interactive .rating.no-border {
    border: none;
}
.interactive p.analysis {
    margin-top: 15px;
    margin-bottom: 0;
    display: inline-block;
}
.interactive .rating .num {
    width: 25px;
    height: 25px;
    text-align: center;
    font: bold 13px/23px Verdana, Geneva, sans-serif;
    color: #fff;
    -moz-border-radius: 13px;
    -webkit-border-radius: 13px;
    border-radius: 13px;
    display: block;
    margin: 0 auto;
}
@media screen and (-webkit-min-device-pixel-ratio:0)
{
    .interactive .rating .num {
        line-height: 24px;
    }
}
.interactive .rating .num.globe {
    background: #0099cc;
}
.interactive .rating .num.users {
    background: #999;
}
.interactive .rating .num.user {
    background: #999;
}
.interactive .rating .label {
    display: block;
    font: bold 8px/9px Verdana, Geneva, sans-serif;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 5px;
}
.interactive .slider {
    display: block;
    float: left;
    height: 6px;
    margin-top: 2px;
    width: 70px;
    cursor: pointer;
}
.interactive .ui-slider-handle {
    width: 11px;
    height: 14px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    top: -0.4em;
    background:url('https://beta.theglobeandmail.com/legacy/static/templates/images/draglines.png') no-repeat center center;
    background-color: #f2f2f2;
    cursor: pointer;
}
.interactive .ui-slider-handle:hover {
    border: 1px solid #b3b3b3;
}
.interactive .ui-widget-content {
    border: 1px solid #ccc;
    background: #fff;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    border: 1px solid #b3b3b3;
}
.interactive .btn.disabled {
    background-color: #f7f7f7;
    color: #999;
}
.interactive .rating .num.col5 { background-color: #03AE03 ; }
.interactive .rating .num.col4 { background-color: #42cb42 ; }
.interactive .rating .num.col3 { background-color: #ff6200 ; }
.interactive .rating .num.col2 { background-color: #e1454c; }
.interactive .rating .num.col1 { background-color: #da161f; }
.interactive .btn.custom {
    clear: none;
    margin: 13px 0 0 0;
    width: 72px;
    height: 25px;
    font: bold 8px/9px Verdana, Geneva, sans-serif;
    text-transform: uppercase;
    float: left;
}
.interactive .btn.custom img {
    position: absolute;
    top: 6px;
    right: -18px;
}
.interactive .dragmarks {
    width: 73px;
    height: 5px;
    background:url('https://beta.theglobeandmail.com/legacy/static/templates/images/dragmarks.png') no-repeat center center;
    position: absolute;
    top: 11px;
    left: -2px;
}
.interactive .db-iframe {
    width: 0;
    height: 0;
    display: none;
}
.interactive .tooltip-inner {
    background-color: #000000;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #FFFFFF;
    max-width: 300px;
    padding: 9px;
    text-align: left;
    text-decoration: none;
    position: relative;
    bottom: 1px;
    -webkit-font-smoothing: antialiased;
}
.interactive .tooltip-inner p {
    font: bold 10px/11px Verdana, Geneva, sans-serif;
    margin: 0 !important;
    /*text-transform: uppercase;*/
}
.interactive .tooltip.top .tooltip-arrow {
    bottom: 1px;
}
.interactive .info-tip {
    color: #da161f;
    cursor: default;
}
.interactive .tooltip-inner .info-cont {
    font: normal 11px/15px Verdana, Geneva, sans-serif;
    text-transform: none;
    overflow: hidden;
}
.interactive .tooltip-inner .info-cont .details {
    margin-bottom: 12px;
}
.interactive .tooltip-inner .num {
    width: 19px;
    height: 19px;
    text-align: center;
    font: bold 10px/18px Verdana, Geneva, sans-serif;
    color: #fff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 11px;
    display: block;
    margin: 0 auto;
    background: #202020;
}
.interactive .tooltip.in {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important;
    filter: alpha(opacity=100) !important;
    opacity: 1 !important;
}
.interactive .rating.legend {
    display: block;
    float: left;
    border-right: none;
    cursor: default;
    width: 58px;
    white-space: nowrap;
}
.interactive .rating.legend .label {
    margin: 5px 0 2px 0;
    -webkit-font-smoothing: antialiased;
}
