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;
}

8ο ΠΑΓΚΟΣΜΙΟ ΠΡΩΤΑΘΛΗΜΑ

1 Οκτωβρίου-14 Οκτωβρίου 1978

Μανίλα-Φιλιππίνες

ΑΠΟΤΕΛΕΣΜΑΤΑ

Προκριματικός Γύρος

Α Ομιλος (Μανίλα)
Αγώνας Αποτέλεσμα
Καναδάς-Κορέα 105-69
Γιουγκοσλαβία-Σενεγάλη 99-64
Γιουγκοσλαβία-Κορέα 121-85
Καναδάς-Σενεγάλη 60-42
Κορέα-Σενεγάλη 86-84 (74-74)
Γιουγκοσλαβία-Καναδάς 105-95
Βαθμολογία
# Ομάδα Ν-Η Πόντοι Βαθμοί
1. Γιουγκοσλαβία 3-0 325-244 6
2. Καναδάς 2-1 260-216 5
3. Κορέα 1-2 240-310 4
4. Σενεγάλη 0-3 190-245 3

Γιουγκοσλαβία και Καναδάς προκρίθηκαν

Β Ομιλος (Μανίλα)
Αγώνας Αποτέλεσμα
Βραζιλία-Κίνα 154-97
Ιταλία-Πουέρτο Ρίκο 93-80
Πουέρτο Ρίκο-Κίνα 107-104
Βραζιλία-Ιταλία 88-84
Βραζιλία-Πουέρτο Ρίκο 100-88
Ιταλία-Κίνα 125-95
Βαθμολογία
# Ομάδα Ν-Η Πόντοι Βαθμοί
1. Βραζιλία 3-0 342-269 6
2. Ιταλία 2-1 302-263 5
3. Πουέρτο Ρίκο 1-2 275-297 4
4. Κίνα 0-3 296-386 3

Βραζιλία και Ιταλία προκρίθηκαν

Γ Ομιλος (Μανίλα)
Αγώνας Αποτέλεσμα
ΗΠΑ-Αυστραλία 77-75
Αυστραλία-Τσεχοσλοβακία 71-68
ΗΠΑ-Δομινικανή Δημοκρατία 104-65
Αυστραλία-Δομινικανή Δημοκρατία 74-72
ΗΠΑ-Τσεχοσλοβακία 96-79
Τσεχοσλοβακία-Δομινικανή Δημοκρατία 82-81
Βαθμολογία
# Ομάδα Ν-Η Πόντοι Βαθμοί
1. ΗΠΑ 3-0 277-219 6
2. Αυστραλία 2-1 220-217 5
3. Τσεχοσλοβακία 1-2 229-248 4
4. Δομινικανή Δημοκρατία 0-3 218-260 3

ΗΠΑ και Αυστραλία προκρίθηκαν

Αγώνες Κατάταξης
Αγώνας Αποτέλεσμα
Δομινικανή Δημοκρατία-Σενεγάλη 80-76
Τσεχοσλοβακία-Πουέρτο Ρίκο 118-104
Δομινικανή Δημοκρατία-Κορέα 113-93
Τσεχοσλοβακία-Κίνα 118-95
Πουέρτο Ρίκο-Κορέα 119-87
Σενεγάλη-Κίνα 89-79
Τσεχοσλοβακία-Κορέα 103-82
Πουέρτο Ρίκο-Δομινικανή Δημοκρατία 119-89
Τσεχοσλοβακία-Σενεγάλη 112-82
Πουέρτο Ρίκο-Σενεγάλη 97-83
Κίνα-Δομινικανή Δημοκρατία 115-112
Βαθμολογία
# Ομάδα Ν-Η Πόντοι Βαθμοί
9. Τσεχοσλοβακία 5-0 533-444 10
10. Πουέρτο Ρίκο 4-1 546-481 9
11. Κίνα 2-3 495-516 7
12. Δομινικανή Δημοκρατία 2-3 475-485 7
13. Κορέα 1-4 438-521 6
14. Σενεγάλη 1-4 414-454 6
Ημιτελική Φάση
Αγώνας Αποτέλεσμα
Βραζιλία-Καναδάς 67-62
Ιταλία-ΗΠΑ 81-80
Γιουγκοσλαβία-Φιλιππίνες 117-101
Σοβιετική Ενωση-Αυστραλία 112-67
Σοβιετική Ενωση-Φιλιππίνες 110-63
Γιουγκοσλαβία-Ιταλία 108-76
Βραζιλία-Αυστραλία 108-78
Σοβιετική Ενωση-Καναδάς 107-85
Γιουγκοσλαβία-ΗΠΑ 100-93
Ιταλία-Αυστραλία 87-69
Βραζιλία-Φιλιππίνες 119-72
ΗΠΑ-Καναδάς 96-90
Βραζιλία-ΗΠΑ 92-90
Γιουγκοσλαβία-Σοβιετική Ενωση 105-92
Ιταλία-Φιλιππίνες 112-75
Καναδάς-Αυστραλία 91-79
Αυστραλία-Φιλιππίνες 97-52
Σοβιετική Ενωση-Ιταλία 79-69
Γιουγκοσλαβία-Βραζιλία 91-87
Σοβιετική Ενωση-ΗΠΑ 97-96
Καναδάς-Φιλιππίνες 99-88
ΗΠΑ-Φιλιππίνες 100-70
Σοβιετική Ενωση-Βραζιλία 94-85
Ιταλία-Καναδάς 100-83
Γιουγκοσλαβία-Αυστραλία 106-101
Βαθμολογία
# Ομάδα Ν-Η Πόντοι Βαθμοί
1. Γιουγκοσλαβία 7-0 731-645 14
2. Σοβιετική Ενωση 6-1 691-550 13
3. Βραζιλία 4-3 641-578 11
4. Ιταλία 4-3 609-582 11
5. ΗΠΑ 3-4 612-605 10
6. Καναδάς 3-4 612-637 10
7. Αυστραλία 1-6 566-632 8
8. Φιλιππίνες 0-7 521-754 7

Τελική Φάση

Για θέσεις 7-8
Αγώνας Αποτέλεσμα
Αυστραλία-Φιλιππίνες 92-74
Για θέσεις 5-6
Αγώνας Αποτέλεσμα
ΗΠΑ-Καναδάς 96-94
Για θέσεις 3-4
Αγώνας Αποτέλεσμα
Βραζιλία-Ιταλία 86-85
Για θέσεις 1-2
Αγώνας Αποτέλεσμα
Σοβιετική Ενωση-Γιουγκοσλαβία 82-81 (73-73)
Η ΤΕΛΙΚΗ ΚΑΤΑΤΑΞΗ
# Ομάδα
1. ΣΟΒΙΕΤΙΚΗ ΕΝΩΣΗ
2. ΓΙΟΥΓΚΟΣΛΑΒΙΑ
3. ΒΡΑΖΙΛΙΑ
4. Ιταλία
5. ΗΠΑ
6. Καναδάς
7. Αυστραλία
8. Φιλιππίνες
9. Τσεχοσλοβακία
10. Πουέρτο Ρίκο
11. Κίνα
12. Δομινικανή Δημοκρατία
13. Κορέα
14. Σενεγάλη

Newsroom ΑΛΤΕΡ ΕΓΚΟ