body {
    background: #eee;
}
h1 {
    font-size: 25px;
    margin-bottom: 15px;
}

input {
    padding: 5px 10px;
    border: solid 1px #ccc;
    border-radius: 5px;
    min-width: 250px;
    font-size: 0.8em;
}

button {
    background: green;
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff;
    font-size: 0.9rem;
    margin-top: 10px;
}
/*
a {
    color: blue;
    text-decoration: underline;
}
*/
code {
    padding: 5px;
    background: #eee;
    border: solid 1px #aaa;
    border-radius: 5px;
}
pre {
    padding: 10px;
    background: #efefef;
    border: solid 1px #aaa;
    border-radius: 5px;
}
.response {
    border-top: solid 1px #ccc;
    padding-top: 20px;
    margin-top: 20px;
}
.examples_container {
    border-bottom: solid 1px #ccc;
    padding: 5px;
}
.operation_title {
    padding-right: 20px;
}
.operation_link {
    float: right;
}

.home .header {
    margin-top: 20px;
    font-size: 20px;
    font-weight: bold;
}

.tarjetas {
    font-size: 30px !important;
    cursor: pointer;
}

.campo_detalle {
    border: 1px solid silver;
    border-radius: 5px;
    text-align: left;
    padding: 5px;
    margin: 5px;
}

.nombre-tramo{
    display: block;
}
.nombre-corto{
    display: none;
}
.fecha-ext{
    display: block;
}
.fecha-sml{
    display: none;
}
tbody{
    font-size: 12px;
}
tr {
    border-bottom: 1px solid black;
}
.alert-primary{
    font-size: 15px;
}
@media only screen and (max-width: 600px){
    .nombre-tramo{
        display: none;
    }
    .nombre-corto{
        display: block;
    }
    .fecha-ext{
        display: none;
    }
    .fecha-sml{
        display: block;
    }
    .alert-primary{
        font-size: 12px;
    }
}

a {
    cursor: pointer;
}

.ver {
    width: 35px;
}
