/*!
 * Bootstrap @VERSION
 *
 * Copyright 2011 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 * Date: @DATE
 */

// CSS Reset
@import "reset.less";

// Core variables and mixins
@import "variables.less"; // Modify this for custom colors, font-sizes, etc
@import "mixins.less";

// Grid system and page structure
@import "scaffolding.less";

// Styled patterns and elements
@import "type.less";
@import "forms.less";
@import "tables.less";
@import "patterns.less";

.pull-left {
    display: block;
    float: left;
}

.padded {
    padding-top: 10px;
    padding-bottom: 10px;
    
    &.span4.hd.outline {
        padding-left: 10px;
    }
}

.entry {
    margin-top: 7px;
    margin-bottom: 7px; 
}

.image {
    margin-top: 5px;
    margin-bottom: 5px;
}

div.name-label {
    font-size: 18px;
    line-height: 20px;
    padding: 15px 0px;
}

.button {
    display: inline-block;
    width:  27px;
    height: 27px;
    margin: -4px;
}

.button:hover {
    background-color: #999;
}



