#nav li a.products {
    background-image: url('../images/my_products.png');
    background-size: 16px;
}

.product {
    font-size: 16px;
    color: #000;
}

#msg_error.no_products_message {
    margin-top: 10px;
}

.profile_page #content > form > table > tbody > tr:nth-child(3) {
    display: none;
}

/* Support Items */
.support_items {
    margin-top: 15px;
}

.support_items .support_item {
    border-bottom: 1px solid #ccc;
    padding: 15px;
}

.user_products_table {
    margin-left: 90px;
    margin-top: 10px;
    width: 650px;
}

.user_products_table tr th {
    font-weight: bold;
    font-size: 14px;
}

.user_products_table tr.support_valid {
    background-color: #EBFFED;
}

.user_products_table tr.support_expired {
    background-color: #FFEFEF;
}

.support_items .support_item .refresh_support_license, #user_products .refresh_support_license {
    background-image: url('../images/refresh.png');
    width: 20px;
    height: 20px;
    float: right;
    cursor: pointer;
}

.support_items .support_item:last-of-type {
    border-bottom: 0;
}

.support_items img {
    float: left;
}

.support_items .product_title/*, .support_items .supported_until, .support_items .license*/ {
    margin-left: 90px;
    display: block;
}

.support_items .product_title {
    font-size: 18px;
    font-weight: bold;
}

.support_items .supported_until {

}

.support_items .license {

}

.support_status span {
    text-transform: uppercase;
}

body #content .thread-body a {
    color: #3485d2;
}

#user_products { display: none; }

.toggle_user_products {
    cursor: pointer;
    float: right;
}

.grab-button {
    display: inline-block;
    text-decoration: none;
    font-size: 13px;
    line-height: 28px;
    height: 28px;
    margin: 0;
    padding: 0 10px 1px;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    -webkit-appearance: none;
    border-radius: 3px;
    white-space: nowrap;
    box-sizing: border-box;

    box-shadow: 0 1px 0 #006799;
    text-decoration: none;
    text-shadow: 0 -1px 1px #006799, 1px 0 1px #006799, 0 1px 1px #006799, -1px 0 1px #006799;

    background: #008ec2;
    border-color: #006799;
    color: #fff;
}

.hint-text {
    color: #CCC;
    font-style: italic;
}

body #msg_error {
    height: auto;
}

form.themesuite-plugin-license {
    margin-top: 27px;
    border-top: 1px solid #CCC;
    padding-top: 20px;
}