/* CSS placed here will affect users of the mobile site */
/********************************************/
/* COMMON MOBILE CSS */
table, tbody, tr, th, td {
border: none;
/*display: block;*/
}
/* COMMON MOBILE CSS */
/********************************************/
/********************************************/
/* MAIN PAGE */
/* Link formatting */
span.mp-beginnersLink a {
font-family: inherit;
font-size: 1em; /* IE doesn't like inherit here */
font-weight: bold;
text-decoration:none;
color: #272e65;
}
span.mp-productsLink a {
font-family: inherit;
color: #272e65;
}
/* News & Announcement table */
td.newsDate {
font-weight: bold;
width:80px
}
td.newsIcon {
width:30px
}
.newsList ul {
list-style-image: url('images/f/fd/IC_MainPage-20.png');
//list-style-type: square;
}
/* News & Announcement table */
/* MAIN PAGE */
/********************************************/
/********************************************/
/* FEATURE TABLE */
td.featureName {
font-weight: bold;
text-align: left;
}
.featureList ul {
list-style-image: url('images/f/fd/IC_MainPage-20.png');
//list-style-type: square;
}
/* FEATURE TABLE*/
/********************************************/