/*------------------------------------------------------------------------------------------------------------
# SmartCms Pinning Introduction for Joomla
# Copyright (C) 2015 SmartCms Team. All Rights Reserved.
# Licenses : http://www.gnu.org/licenses/gpl-2.0.html
# Author: SmartCms Team
# Url:  http://smartcms.info
# Version : 1.0.0
------------------------------------------------------------------------------------------------------------*/

.smartcms_pinning {
    float: left;
    position: relative;
    width: 100%;
}
.pin_pin {
    color: #fff;
    cursor: pointer;
    float: left;
    font-size: 20px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    width: 25px;
}
.smartcms_pinning_pins {
    float: left;
    position: absolute;
    top: 0;
    width: 100%;
}
.smartcms_pinning_pin {
    float: left;
	position: absolute;
}
#powerTip > span {
    white-space: normal;
    word-wrap: break-word;
}
#powerTip {
	width: 300px;
}