﻿/*******************************************
Article 
********************************************/

.storyTags {
    padding: 0;
    margin: 20px 0 30px 0;
    overflow:hidden;
    display:inline-block;
}

.storyTags span {
    float: left;
    font-size: 14px;
    width: 145px;
    font-weight: bold;
    color: #f64929;
    margin-top: 10px;
}

#tag-list {
    overflow: hidden;
}

.storyTags a {
    float: left;
    text-decoration: none !important;
    border: 1px solid #cccccc;
    font-size: 16px !important;
    padding: 5px 9px !important;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin: 0 4px 10px 0 !important;
}
.storyTags a:hover{
    background:#f4f4f4;
}
