@charset "UTF-8";
/**
 * Copyright 2013 tuxnet24.de
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * @author Marko Schulz <info@tuxnet24.de>
 * @copyright Copyright (c) 2011 tuxnet24.de
 * @version $Id: default.css,v 1.0 2011/11/09 10:51:24$
 * @description Stylesheet to include all other styles.
 */

button.button.download:before {
 content: "\25BC";
}

button.button:before {
 display: block;
 float: left;
 font-size: 2.2em;
 font-weight: bold;
 text-align: center;
 margin: 0 0.3em 0 -0.9em;
 padding: 0 0.1em;
 width: 1em;
}

button.button {
 display: inline-block;
 padding: 0.9em 2.8em;
 font-size: 0.9em;
 color: #ccc;
 border: 3px solid #999;
 -webkit-border-radius:50px;
 -moz-border-radius:50px;
 border-radius:50px;
 text-decoration: none;
 white-space: nowrap;
 background: 0 none;
 text-align:left;
 line-height: 2.8em;
 margin-bottom: 10px;
}

button.button.download:hover {
 border: 3px solid #ababab;
}

button.button.download p { padding:0; margin:0; font-size: 1.7em; line-height: 0.8;}
button.button.download p small {
 font-weight: normal;
 font-size:65%;
}

