/**
 * @package   OSDonate
 * @contact   www.joomlashack.com, help@joomlashack.com
 * @copyright 2010 VeroPlus.com
 * @copyright 2011-2018 Open Source Training, LLC. All rights reserved
 * @license   http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL
 */

#osdonate-form input[type="text"],
#osdonate-form select {
    margin: 0 0 15px;
}
#osdonate-form input[type="text"]{
	width: 50px;
	min-width: 50px;
}
#osdonate-form select{
	width: 75px;
	min-width: 75px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.osdonate-introtext{
    text-align: left;
}
.osdonate-amount{
    text-align:right;
}
.osdonate-sticky-hover{
    text-align:center;
    position:fixed;
}
#osdonatesticky {
    background: #fff;
    color: #333;
    padding: 20px;
}
#osdonatestatic{
    text-align:center;
}
@media (max-width: 768px) {
    .osdonate-sticky-hover{
        position: relative;
    }
}
