table {
border-collapse: collapse;
border-spacing: 0;
}
.table td,
.table th {
background-color: #fff;
text-align: left;
}
.table {
border-collapse: collapse;
}
.table-bordered th,
.table-bordered td {
border: 1px solid #ddd;
}
table {
max-width: 100%;
background-color: transparent;
}
.table {
width: 100%;
margin-bottom: 20px;
}
.table thead > tr > th,
.table tbody > tr > th,
.table tfoot > tr > th,
.table thead > tr > td,
.table tbody > tr > td,
.table tfoot > tr > td {
padding: 8px;
line-height: 1.428571429;
vertical-align: top;
border-top: 1px solid #dddddd;
}
.table thead > tr > th {
vertical-align: bottom;
border-bottom: 2px solid #dddddd;
}
.table caption + thead tr:first-child th,
.table colgroup + thead tr:first-child th,
.table thead:first-child tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child td {
border-top: 0;
}
.table tbody + tbody {
border-top: 2px solid #dddddd;
}
.table .table {
background-color: #ffffff;
}
.table-condensed thead > tr > th,
.table-condensed tbody > tr > th,
.table-condensed tfoot > tr > th,
.table-condensed thead > tr > td,
.table-condensed tbody > tr > td,
.table-condensed tfoot > tr > td {
padding: 5px;
}
.table-bordered {
border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
background-color: #f5f5f5;
}
table col[class*=»col-«] {
float: none;
display: table-column;
}
table td[class*=»col-«],
table th[class*=»col-«] {
float: none;
display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
background-color: #f5f5f5;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
background-color: #dff0d8;
border-color: #d6e9c6;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td {
background-color: #d0e9c6;
border-color: #c9e2b3;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
background-color: #f2dede;
border-color: #eed3d7;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td {
background-color: #ebcccc;
border-color: #e6c1c7;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
background-color: #fcf8e3;
border-color: #fbeed5;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td {
background-color: #faf2cc;
border-color: #f8e5be;
}
.table-responsive {
width: 100%;
margin-bottom: 15px;
overflow-y: hidden;
overflow-x: scroll;
border: 1px solid #dddddd;
}
.table-responsive > .table {
margin-bottom: 0;
background-color: #fff;
}
.table-responsive > .table > thead > tr > th,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > td {
white-space: nowrap;
}
.table-responsive > .table-bordered {
border: 0;
}
.table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-left: 0;
}
.table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0;
}
.table-responsive > .table-bordered > thead > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > thead > tr:last-child > td,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
border-bottom: 0;
}
.panel > .table {
margin-bottom: 0;
}
.panel > .panel-body + .table {
border-top: 1px solid #dddddd;
}
.table1 { border-collapse: collapse;
}
.table1 { width: 100%;
margin-bottom: 20px;
}
13ο ΠΑΓΚΟΣΜΙΟ ΠΡΩΤΑΘΛΗΜΑ
29 Ιουλίου-9 Αυγούστου 1998
Αθήνα-Ελλάδα
Προκριματική Φάση
| Α Ομιλος |
| Αγώνας |
Αποτέλεσμα |
| Σενεγάλη-Ιταλία |
66-76 |
| Ελλάδα-Καναδάς |
78-72 |
| Καναδάς-Σενεγάλη |
70-57 |
| Ιταλία-Ελλάδα |
56-64 |
| Καναδάς-Ιταλία |
69-79 |
| Σενεγάλη-Ελλάδα |
57-68 |
| Βαθμολογία |
| # |
Ομάδα |
Ν-Η |
Βαθμοί |
| 1. |
Ελλάδα |
3-0 |
6 |
| 2. |
Ιταλία |
2-1 |
5 |
| 3. |
Καναδάς |
1-2 |
4 |
| 4. |
Σενεγάλη |
0-3 |
3 |
Ιταλία, Ελλάδα και Καναδάς προκρίθηκαν
| Β Ομιλος |
| Αγώνας |
Αποτέλεσμα |
| Ιαπωνία-Ρωσία |
58-83 |
| Γιουγκοσλαβία-Πουέρτο Ρίκο |
80-66 |
| Πουέρτο Ρίκο-Ιαπωνία |
78-57 |
| Ρωσία-Γιουγκοσλαβία |
74-82 |
| Ιαπωνία-Γιουγκοσλαβία |
54-99 |
| Πουέρτο Ρίκο-Ρωσία |
73-86 |
| Βαθμολογία |
| # |
Ομάδα |
Ν-Η |
Βαθμοί |
| 1. |
Γιουγκοσλαβία |
3-0 |
6 |
| 2. |
Ρωσία |
2-1 |
5 |
| 3. |
Πουέρτο Ρίκο |
1-2 |
4 |
| 4. |
Ιαπωνία |
0-3 |
3 |
Γιουγκοσλαβία, Ρωσία και Πουέρτο Ρίκο προκρίθηκαν
| Γ Ομιλος |
| Αγώνας |
Αποτέλεσμα |
| Κορέα-Λιθουανία |
56-97 |
| ΗΠΑ-Βραζιλία |
83-59 |
| Βραζιλία-Κορέα |
76-73 |
| Λιθουανία-ΗΠΑ |
84-82 |
| Βραζιλία-Λιθουανία |
62-66 |
| Κορέα-ΗΠΑ |
62-88 |
| Βαθμολογία |
| # |
Ομάδα |
Ν-Η |
Βαθμοί |
| 1. |
Λιθουανία |
3-0 |
6 |
| 2. |
ΗΠΑ |
2-1 |
5 |
| 3. |
Βραζιλία |
1-2 |
4 |
| 4. |
Κορέα |
0-3 |
3 |
Λιθουανία, ΗΠΑ και Βραζιλία προκρίθηκαν
| Δ Ομιλος |
| Αγώνας |
Αποτέλεσμα |
| Νιγηρία-Ισπανία |
68-80 |
| Αυστραλία-Αργεντινή |
62-66 |
| Αργεντινή-Νιγηρία |
68-51 |
| Ισπανία-Αυστραλία |
77-76 |
| Νιγηρία-Αυστραλία |
64-70 |
| Αργεντινή-Ισπανία |
67-68 |
| Βαθμολογία |
| # |
Ομάδα |
Ν-Η |
Βαθμοί |
| 1. |
Ισπανία |
3-0 |
6 |
| 2. |
Αργεντινή |
2-1 |
5 |
| 3. |
Αυστραλία |
1-2 |
4 |
| 4. |
Νιγηρία |
0-3 |
3 |
Ισπανία, Αυστραλία και Αργεντινή προκρίθηκαν
Αγώνες Κατάταξης
| Για θέσεις 13-16 |
| Αγώνας |
Αποτέλεσμα |
| Σενεγάλη-Ιαπωνία |
55-60 |
| Κορέα-Νιγηρία |
65-89 |
| Για θέσεις 15-16 |
| Αγώνας |
Αποτέλεσμα |
| Σενεγάλη-Κορέα |
75-72 |
| Για θέσεις 13-14 |
| Αγώνας |
Αποτέλεσμα |
| Ιαπωνία-Νιγηρία |
60-70 |
Προημιτελική Φάση
| Ε Ομιλος |
| Αγώνας |
Αποτέλεσμα |
| Γιουγκοσλαβία-Καναδάς |
95-55 |
| Ρωσία-Ιταλία |
71-55 |
| Πουέρτο Ρίκο-Ελλάδα |
64-71 |
| Καναδάς-Πουέρτο Ρίκο |
81-94 |
| Ιταλία-Γιουγκοσλαβία |
61-60 |
| Ελλάδα-Ρωσία |
48-60 |
| Ρωσία-Καναδάς |
81-72 |
| Πουέρτο Ρίκο-Ιταλία |
63-68 |
| Γιουγκοσλαβία-Ελλάδα |
70-56 |
| ΣΤ Ομιλος |
| Αγώνας |
Αποτέλεσμα |
| Αυστραλία-Λιθουανία |
71-61 |
| Αργεντινή-ΗΠΑ |
74-87 |
| Ισπανία-Βραζιλία |
73-63 |
| Λιθουανία-Αργεντινή |
84-75 |
| Βραζιλία-Αυστραλία |
63-75 |
| ΗΠΑ-Ισπανία |
75-73 |
| Ισπανία-Λιθουανία |
86-80 |
| Αργεντινή-Βραζιλία |
86-76 |
| Αυστραλία-ΗΠΑ |
78-96 |
Προημιτελικοί
| Ε Ομιλος |
| Αγώνας |
Αποτέλεσμα |
| Πουέρτο Ρίκο-Βραζιλία |
64-76 |
| Καναδάς-Αυστραλία |
71-88 |
| Ρωσία-Λιθουανία |
82-67 |
| Ιταλία-ΗΠΑ |
77-80 |
| Γιουγκοσλαβία-Αργεντινή |
70-62 |
| Ελλάδα-Ισπανία |
69-62 |
Αγώνες Κατάταξης
| Για θέσεις 11-12 |
| Αγώνας |
Αποτέλεσμα |
| Πουέρτο Ρίκο-Καναδάς |
92-81 |
| Για θέσεις 9-10 |
| Αγώνας |
Αποτέλεσμα |
| Βραζιλία-Αυστραλία |
75-79 |
| Για θέσεις 5-8 |
| Αγώνας |
Αποτέλεσμα |
| Λιθουανία-Ιταλία |
71-76 |
| Αργεντινή-Ισπανία |
64-77 |
| Ημιτελικοί |
| Αγώνας |
Αποτέλεσμα |
| Ρωσία-ΗΠΑ |
66-64 |
| Γιουγκοσλαβία-Ελλάδα |
78-73 |
Τελικοί
| Για θέσεις 7-8 |
| Αγώνας |
Αποτέλεσμα |
| Λιθουανία-Αργεντινή |
77-76 |
| Για θέσεις 5-6 |
| Αγώνας |
Αποτέλεσμα |
| Ιταλία-Ισπανία |
61-64 |
| Για θέσεις 3-4 |
| Αγώνας |
Αποτέλεσμα |
| ΗΠΑ-Ελλάδα |
84-61 |
Τελικοί
| Για θέσεις 3-4 |
| Αγώνας |
Αποτέλεσμα |
| Νέα Ζηλανδία-Γερμανία |
94-117 |
| Για θέσεις 1-2 |
| Αγώνας |
Αποτέλεσμα |
| Ρωσία-Γιουγκοσλαβία |
62-64 |
| Η ΤΕΛΙΚΗ ΚΑΤΑΤΑΞΗ |
| # |
Ομάδα |
| 1. |
ΓΙΟΥΓΚΟΣΛΑΒΙΑ |
| 2. |
ΡΩΣΙΑ |
| 3. |
ΗΠΑ |
| 4. |
Ελλάδα |
| 5. |
Ισπανία |
| 6. |
Ιταλία |
| 7. |
Λιθουανία |
| 8. |
Αργεντινή |
| 9. |
Αυστραλία |
| 10. |
Βραζιλία |
| 11. |
Πουέρτο Ρίκο |
| 12. |
Καναδάς |
| 13. |
Νιγηρία |
| 14. |
Ιαπωνία |
| 15. |
Σενεγάλη |
| 16. |
Κορέα |
Newsroom ΑΛΤΕΡ ΕΓΚΟ