.sm_link {
    text-decoration: underline;
    color: blue;
}

.sm_button, .sm_save, .sm_duplica, .sm_label, .sm_home_link {
    color: #1D8BCB;
    border: 1px solid #1D8BCB;
    float: left;
    font-weight: 800;
    margin-right: 10px;
    /*margin-bottom: 24px* (non sempre)*/
}

.sm_button:hover, .sm_save:hover, .sm_duplica:hover, .sm_label:hover, .sm_home_link:hover {
    color: white;
    background-color: #1D8BCB;
}

td .sm_actions_small {
    width: 50px;
}

td .sm_actions_medium {
    width: 80px;
}

td .sm_actions_large {
    width: 120px;
}

td .sm_button {
    margin-bottom: 12px;
    min-width: 12%;
}

td .sm_duplica {
    margin-bottom: 12px;
    width: 120px;
    white-space: normal;
    word-wrap: break-word;
}

.sm_save {
    margin-bottom: 24px;
}

.sm_icon {
    float: left;
    height: 34px;
    margin: 0px 6px 6px 0px;
}

.sm_icon_desc {
    float: left;
    height: 34px;
    margin: 0px 3px 6px 0px;
    vertical-align: center;
    font-size: 18px;
    padding-top: 4px;
    font-weight: bold;
}

@media (orientation: landscape) {
    .sm_home_link {
        float: left;
        /*width: 24%;*/
        margin-right: 1%;
        margin-bottom: 12px;
    }
}

@media (orientation: portrait) {
    .sm_home_link {
        margin-bottom: 24px;
    }
}