﻿body {
    margin:0px;
}

#mktv-container {
    width:470px;
    font-family: arial;
    margin:0px;
    padding:0px;
    background-color: #000000;
    margin-bottom:10px;
}

#mktv-container #logo img{
   display:block;
}

#mktv-container #broadcast {
    padding: 10px;
}

#mktv-container #broadcast div.section{
   font-size:11px;
}

#mktv-container #broadcast div.header {
    margin-bottom: 2px;
    margin-top: 2px;
    font-weight: bold;
    font-size: 25px;
    color: #ffffff;
}

#mktv-container #broadcast div.ingress {
    font-size:11px;
    line-height:16px;
    color: #dcdcdc;
}

#mktv-container #articles div.item_image img {
    border:none;
}


#mktv-container #articles div.item_text  {
    height:100px;
    margin-left:6px;
    margin-right:10px;
    margin-top:10px;
}

#mktv-container #articles div.item_text  {
    text-decoration: none;
    color: #ffffff;
}

#mktv-container #articles div.item_text h2 {
    font-weight: bold;
    font-size: 13px;
    line-height: 14px;
    margin-bottom:5px;
}

#mktv-container #articles div.ingress  {
    color: #dcdcdc;
    line-height: 13px;
    font-size: 11px;
}

#mktv-container #articles table.tabell {
    overflow:hidden;
    border-bottom: 15px solid black;
}

#mktv-container #articles td {
    overflow:hidden;
    background-color: #1f1f1f;
}

#mktv-container #articles td.left  {
    border-right: 10px solid black;
    cursor: pointer;
}

#mktv-container #articles td.middle  {
    cursor: pointer;
}

#mktv-container #articles td.right  {
    border-left: 10px solid black;
    cursor: pointer;
}

#mktv-container #articles div.play {
     height: 5px;
}
 


