@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.
 */

div.widget {
 width: 250px;
}

div.widget .info {
 font-weight: bold;
 font-size: 130%;
 margin: 10px 0;
}

div.widget .info img {
 border: 0 none;
 vertical-align: middle;
}

div.widget .key,
 div.widget .val {
 float: left;
 width: 115px;
 margin: 0 3px;
}

div.widget .key {
 text-align: right;
}

/* vim: set expandtab tabstop=4 shiftwidth=4 softtabstop=4 foldmethod=marker: */
/*EOF*/
