﻿/*body {
	font-family: "Helvetica Neueu", Helvetica, Arial, sans-serif;
	background: #444;
	font-size: 100%;
	line-height: 1.5;
	margin: 0;
	padding: 0;
}*/

.light {
    background: #f3f3f3;
    overflow: hidden;
}

.wrapper {
    margin: 0;
    padding: 5px;
}

.doc {
    border-bottom: 1px solid #ccc;
    margin: 1em auto;
    width: 40%;
}

    .doc .title {
        text-align: center;
    }

/*!
 * The important stuffs. The ones that you should copy-paste and use.
 */
.paginate {
}

    .paginate ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .paginate li {
        display: inline;
    }

    .paginate a {
        border-radius: 3px;
        display: inline-block;
        text-decoration: none;
        color: #515151;
        font-size: smaller;
        font-family: "Helvetica Neueu", Helvetica, Arial, sans-serif;
        background-color: #ddd;
    }

@media (max-width: 600px) {
    .paginate a {
        padding: 0px !important;
        width: 30px !important;
        height: 30px !important;
    }
}

.paginate a:first-child, .paginate a.first {
    margin-left: 0;
}

.paginate a:last-child, .paginate a.last {
    margin-right: 0;
}

.paginate a:hover, .paginate a:focus {
    border-color: #505050;
    color: #f2f2f2;
    background-color: #00b2d9;
    opacity: .8;
}

.paginate a.more {
    border: 0 none;
    background: transparent;
    margin-left: 0;
    margin-right: 0;
}

a.disabled {
    pointer-events: none;
    cursor: default;
    opacity: .6;
}

.paginate a.active {
    border-color: #505050;
    color: #f2f2f2;
    background-color: #00b2d9;
    opacity: 1;
}

.paginate-dark a {
    box-shadow: rgba(0, 0, 0, 0.3) 0 0 0 1px;
    border-top: 1px solid #62686d;
    text-shadow: rgba(0, 0, 0, 0.75) 0 1px 0;
    color: #fff;
    background-color: #4e5458;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#575e63), to(#3f4347));
    background-image: -webkit-linear-gradient(top, #575e63, #3f4347);
    background-image: -moz-linear-gradient(top, #575e63, #3f4347);
    background-image: -ms-linear-gradient(top, #575e63, #3f4347);
    background-image: -o-linear-gradient(top, #575e63, #3f4347);
    background-image: linear-gradient(top, #575e63, #3f4347);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#575e63', EndColorStr='#3f4347');
}

    .paginate-dark a:hover, .paginate-dark a:focus {
        border-color: #61788a;
        background-color: #4d6374;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#566f82), to(#3e505e));
        background-image: -webkit-linear-gradient(top, #566f82, #3e505e);
        background-image: -moz-linear-gradient(top, #566f82, #3e505e);
        background-image: -ms-linear-gradient(top, #566f82, #3e505e);
        background-image: -o-linear-gradient(top, #566f82, #3e505e);
        background-image: linear-gradient(top, #566f82, #3e505e);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#566f82', EndColorStr='#3e505e');
    }

    .paginate-dark a.active {
        box-shadow: rgba(0, 0, 0, 0.75) 0 0 0 0 inset;
        border-color: #2d3035;
        background-color: #303338;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#303338), to(#2d3034));
        background-image: -webkit-linear-gradient(top, #303338, #2d3034);
        background-image: -moz-linear-gradient(top, #303338, #2d3034);
        background-image: -ms-linear-gradient(top, #303338, #2d3034);
        background-image: -o-linear-gradient(top, #303338, #2d3034);
        background-image: linear-gradient(top, #303338, #2d3034);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#303338', EndColorStr='#2d3034');
    }
