/*
# Cyclope 3 GPL
# Neutronix Workflow Design
# Layouts: 4 & 5 Elements
# Copyright 2010-2013 Código Sur Sociedad Civil.
# All rights reserved.
# This file is part of Cyclope 3.
# Cyclope is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
# Development: Codigo Sur www.codigosur.org
# Less CSS based www.lesscss.org
# 960 Grid System Based www.960.gs
# Neutronix is developed by Santiago Hoerth Moura
*/

@media print {

* {font-family: Arial, Verdana, Helvetica, Sans-serif;}
a {color:#000;text-decoration:none;}
.main-content, .content, .main{
    width: 100%;
}
#right, #left, .tools, iframe, .nav, .navbar-bar, .action-content.show_comment_form {
    display: none;
}

a[href]:after {
    content: none !important;
}

.source a[href]:after{
    content: " (" attr(href) ")" !important;
}

p {
    text-align: justify;
}


}