/*****************************************************************************/
/*                                                                           */
/* DNS-LG                                                                    */
/* Copyright (c) 2013-2020, Frederic Cambus                                  */
/* http://www.dns-lg.com                                                     */
/*                                                                           */
/* Created: 2013-03-29                                                       */
/* Last Updated: 2019-01-11                                                  */
/*                                                                           */
/*****************************************************************************/

body { font-size: 16px; padding-top: 80px }

a:hover, a:active, a:link { text-decoration: none }

h3, h4 { padding-top: 20px }

.icon-css3 { color: #33a9dc }
.icon-html5 { color: #f16529 }
.icon-info-sign { color: #0b4084 }
.icon-twitter-sign { color: #00aced }
.icon-github { color: #000 }

.alert { background: #daedf8 }

.api td:nth-child(1) { width: 50% }

.nodes td:nth-child(1) { color: #2fa4e7; width: 10% }
.nodes td:nth-child(2) { width: 5% }
.nodes td:nth-child(3) { width: 25% }
.nodes td:nth-child(4) { width: 45% }
.nodes td:nth-child(5) { width: 15% }

.errors td:nth-child(1) { width: 15% }
.errors td:nth-child(2) { width: 10% }
.errors td:nth-child(3) { width: 75% }
